mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-21 02:03:29 -05:00
gnu: hisat: Update to 0.1.6.
* gnu/packages/bioinformatics.scm (hisat): Update to 0.1.6.
This commit is contained in:
parent
2f7287b3a7
commit
06fca01968
1 changed files with 2 additions and 2 deletions
|
@ -4098,7 +4098,7 @@ (define-public grit
|
|||
(define-public hisat
|
||||
(package
|
||||
(name "hisat")
|
||||
(version "0.1.4")
|
||||
(version "0.1.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -4106,7 +4106,7 @@ (define-public hisat
|
|||
version "-beta-source.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1k381ydranqxp09yf2y7w1d0chz5d59vb6jchi89hbb0prq19lk5"))))
|
||||
"177z85vqp9b30vgxl5py5hz4mm37ila37nzhfam23ci9iyfxgyv9"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no check target
|
||||
|
|
Loading…
Reference in a new issue