gnu: pardre: Update to 1.1.5-1.
* gnu/packages/bioinformatics.scm (pardre): update to 1.1.5-1. [source]: Update source hash.
This commit is contained in:
parent
6b2921c3ac
commit
7922ab8fe8
|
@ -5699,15 +5699,16 @@ Needleman-Wunsch).")
|
||||||
(define-public pardre
|
(define-public pardre
|
||||||
(package
|
(package
|
||||||
(name "pardre")
|
(name "pardre")
|
||||||
(version "1.1.5")
|
;; The source of 1.1.5 changed in place, so we append "-1" to the version.
|
||||||
|
(version "1.1.5-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/pardre/ParDRe-rel"
|
(uri (string-append "mirror://sourceforge/pardre/ParDRe-rel"
|
||||||
version ".tar.gz"))
|
"1.1.5" ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0zkyjzv4s8q2h5npalhirbk17r5b1h0n2a42mh7njzlf047h9bhy"))))
|
"17j73nc0viq4f6qj50nrndsrif5d6b71q8fl87m54psiv0ilns2b"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests included
|
`(#:tests? #f ; no tests included
|
||||||
|
|
Loading…
Reference in New Issue