mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: raxml: Update to 8.2.12.
* gnu/packages/bioinformatics.scm (raxml): Update to 8.2.12.
This commit is contained in:
parent
d9ba126d17
commit
b9d0c3564b
1 changed files with 2 additions and 2 deletions
|
@ -4853,7 +4853,7 @@ (define-public roary
|
|||
(define-public raxml
|
||||
(package
|
||||
(name "raxml")
|
||||
(version "8.2.10")
|
||||
(version "8.2.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4863,7 +4863,7 @@ (define-public raxml
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1crf5xwchzlals3ypgb9gkm3yzllfp6bn571abdjc21q8c4x7v7k"))))
|
||||
"1jqjzhch0rips0vp04prvb8vmc20c5pdmsqn8knadcf91yy859fh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; There are no tests.
|
||||
|
|
Loading…
Reference in a new issue