mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: phylip: Update to 3.697.
* gnu/packages/bioinformatics.scm (phylip): Update to 3.697.
This commit is contained in:
parent
e86fe9801e
commit
899121f4d6
1 changed files with 2 additions and 2 deletions
|
@ -9232,7 +9232,7 @@ (define-public gess
|
|||
(define-public phylip
|
||||
(package
|
||||
(name "phylip")
|
||||
(version "3.696")
|
||||
(version "3.697")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -9240,7 +9240,7 @@ (define-public phylip
|
|||
"download/phylip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01jar1rayhr2gba2pgbw49m56rc5z4p5wn3ds0m188hrlln4a2nd"))))
|
||||
"1h8h0nafnlbqryswxgplx80k2044yhfz97jh13vsgzlaifqdh9ls"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue