gnu: subread: Update to 1.6.0.
* gnu/packages/bioinformatics.scm (subread): Update to 1.6.0.
This commit is contained in:
parent
5aa6e0d04a
commit
e6debcaf02
1 changed files with 2 additions and 2 deletions
|
|
@ -5417,14 +5417,14 @@ sequences.")
|
||||||
(define-public subread
|
(define-public subread
|
||||||
(package
|
(package
|
||||||
(name "subread")
|
(name "subread")
|
||||||
(version "1.5.1")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/subread/subread-"
|
(uri (string-append "mirror://sourceforge/subread/subread-"
|
||||||
version "/subread-" version "-source.tar.gz"))
|
version "/subread-" version "-source.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0gn5zhbvllks0mmdg3qlmsbg91p2mpdc2wixwfqpi85yzfrh8hcy"))))
|
"0ah0n4jx6ksk2m2j7xk385x2qzmk1y4rfc6a4mfrdqrlq721w99i"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
|
||||||
Reference in a new issue