gnu: hisat: Update to 0.1.6.

* gnu/packages/bioinformatics.scm (hisat): Update to 0.1.6.
This commit is contained in:
Ricardo Wurmus 2021-12-07 11:48:26 +01:00
parent 2f7287b3a7
commit 06fca01968
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4098,7 +4098,7 @@ (define-public grit
(define-public hisat (define-public hisat
(package (package
(name "hisat") (name "hisat")
(version "0.1.4") (version "0.1.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -4106,7 +4106,7 @@ (define-public hisat
version "-beta-source.zip")) version "-beta-source.zip"))
(sha256 (sha256
(base32 (base32
"1k381ydranqxp09yf2y7w1d0chz5d59vb6jchi89hbb0prq19lk5")))) "177z85vqp9b30vgxl5py5hz4mm37ila37nzhfam23ci9iyfxgyv9"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ;no check target `(#:tests? #f ;no check target