mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: infernal: Update to 1.1.4.
* gnu/packages/bioinformatics.scm (infernal): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
9f4ffc249f
commit
dcee10506c
1 changed files with 2 additions and 2 deletions
|
@ -7156,14 +7156,14 @@ (define-public vcftools
|
|||
(define-public infernal
|
||||
(package
|
||||
(name "infernal")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://eddylab.org/software/infernal/"
|
||||
"infernal-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0pm8bm3s6nfa0av4x6m6h27lsg12b3lz3jm0fyh1mc77l2isd61v"))))
|
||||
"1z4mgwqg1j4n5ika08ai8mg9yjyjhf4821jp83v2bgwzxrykqjgr"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue