me
/
guix
Archived
1
0
Fork 0

gnu: subread: Update to 1.5.1.

* gnu/packages/bioinformatics.scm (subread): Update to 1.5.1.
master
Ricardo Wurmus 2016-08-31 15:23:03 +02:00
parent 840224aadc
commit c180533bb5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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