gnu: subread: Update to 1.5.1.
* gnu/packages/bioinformatics.scm (subread): Update to 1.5.1.master
parent
840224aadc
commit
c180533bb5
|
@ -4692,14 +4692,14 @@ sequences.")
|
||||||
(define-public subread
|
(define-public subread
|
||||||
(package
|
(package
|
||||||
(name "subread")
|
(name "subread")
|
||||||
(version "1.4.6-p2")
|
(version "1.5.1")
|
||||||
(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
|
||||||
"06sv9mpcsdj6p68y15d6gi70lca3lxmzk0dn61hg0kfsa7rxmsr3"))))
|
"0gn5zhbvllks0mmdg3qlmsbg91p2mpdc2wixwfqpi85yzfrh8hcy"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no "check" target
|
`(#:tests? #f ;no "check" target
|
||||||
|
|
Reference in New Issue