diff options
author | Efraim Flashner | 2021-10-12 09:25:40 +0300 |
---|---|---|
committer | Efraim Flashner | 2021-10-12 09:25:40 +0300 |
commit | e7e0a5b709880cfa9a3d454bfaf33da4be86628a (patch) | |
tree | c39ef6177f04054db58dbe4eea97b306dee812a5 /gn | |
parent | 6b7e7e629973e7f1e9bab82d4f8dc296a607d03b (diff) | |
download | guix-bioinformatics-e7e0a5b709880cfa9a3d454bfaf33da4be86628a.tar.gz |
gn: Update gfaffix to 0.1.2.2.
Diffstat (limited to 'gn')
-rw-r--r-- | gn/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 458eb28..e929f19 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -455,7 +455,7 @@ reads.") (define-public gfaffix (package (name "gfaffix") - (version "0.1.2") + (version "0.1.2.2") (source (origin (method git-fetch) @@ -464,7 +464,7 @@ reads.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0xpzi0zvaa4pajs4vbp3vkwj2ha8pi62ly7bd8cpf3fi6r32pgdz")) + (base32 "1sh244yyhkaxbd635qjyig0wyxc57h8r1pwvs1vgdvlniw6h2cxy")) (modules '((guix build utils))) (snippet '(begin |