diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 13:05:53 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-07 13:05:53 +0100 |
commit | 899121f4d6ee596df522e4e7e729e07fa6ae84d6 (patch) | |
tree | 96c8122191bc9d54a6b05c02a6a6841de1bf320f /gnu | |
parent | e86fe9801ebb5810f3b82ba0e1dbe259cc49c646 (diff) | |
download | guix-899121f4d6ee596df522e4e7e729e07fa6ae84d6.tar.gz |
gnu: phylip: Update to 3.697.
* gnu/packages/bioinformatics.scm (phylip): Update to 3.697.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 3c2b51e398..db14da8a61 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -9232,7 +9232,7 @@ exon-skipping scanner detection scheme.") (define-public phylip (package (name "phylip") - (version "3.696") + (version "3.697") (source (origin (method url-fetch) @@ -9240,7 +9240,7 @@ exon-skipping scanner detection scheme.") "download/phylip-" version ".tar.gz")) (sha256 (base32 - "01jar1rayhr2gba2pgbw49m56rc5z4p5wn3ds0m188hrlln4a2nd")))) + "1h8h0nafnlbqryswxgplx80k2044yhfz97jh13vsgzlaifqdh9ls")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no check target |