diff options
author | jgart | 2022-01-24 00:55:03 -0500 |
---|---|---|
committer | jgart | 2022-01-24 00:55:03 -0500 |
commit | afdddeb8d4a79a6300e62edb1955c19b42a34e49 (patch) | |
tree | 070b61181acdbb8932746074257273167222209c /gn/packages | |
parent | ac49186339b9ee5bfeeb0e06c24cbd7ff9bc36f9 (diff) | |
download | guix-bioinformatics-afdddeb8d4a79a6300e62edb1955c19b42a34e49.tar.gz |
gn: utf-8-lineseparator: Update to cj7.
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/quality-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/quality-control.scm b/gn/packages/quality-control.scm index dfed55b..1b4f175 100644 --- a/gn/packages/quality-control.scm +++ b/gn/packages/quality-control.scm @@ -10,7 +10,7 @@ (define-public utf-8-lineseparator (package (name "utf-8-lineseparator") - (version "cj3") + (version "cj7") (source (origin (method git-fetch) (uri (git-reference @@ -19,7 +19,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "1xnbcanqn5jr965gw9195ij6hz04clfm77m5776dysn9nykn20w1")))) + "0lqwfrwq28246lja2gawf5jllh4smddswkpd5lscvc2ynylcmmzx")))) (build-system gnu-build-system) (arguments `(#:make-flags |