mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: clustal-omega: Update to 1.2.4.
* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
This commit is contained in:
parent
e2491f2bd4
commit
b3936f35ae
1 changed files with 4 additions and 5 deletions
|
@ -1774,15 +1774,14 @@ (define-public couger
|
|||
(define-public clustal-omega
|
||||
(package
|
||||
(name "clustal-omega")
|
||||
(version "1.2.1")
|
||||
(version "1.2.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.clustal.org/omega/clustal-omega-"
|
||||
version ".tar.gz"))
|
||||
(uri (string-append "http://www.clustal.org/omega/clustal-omega-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"02ibkx0m0iwz8nscg998bh41gg251y56cgh86bvyrii5m8kjgwqf"))))
|
||||
"1vm30mzncwdv881vrcwg11vzvrsmwy4wg80j5i0lcfk6dlld50w6"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("argtable" ,argtable)))
|
||||
|
|
Loading…
Reference in a new issue