Archived
1
0
Fork 0

gnu: subread: Update to 1.6.0.

* gnu/packages/bioinformatics.scm (subread): Update to 1.6.0.
This commit is contained in:
Ricardo Wurmus 2017-11-23 12:36:22 +01:00
parent 5aa6e0d04a
commit e6debcaf02
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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