me
/
guix
Archived
1
0
Fork 0

gnu: r-rsubread: Update to 2.2.6.

* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.2.6.
master
Ricardo Wurmus 2020-08-20 20:42:05 +02:00
parent a20538ab7e
commit 1bf630660b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5785,14 +5785,14 @@ annotations.")
(define-public r-rsubread
(package
(name "r-rsubread")
(version "2.2.4")
(version "2.2.6")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rsubread" version))
(sha256
(base32
"0yznfqgp5cbz68n3rrfvm752267da16kl538zdrb1g1aw9zdfqc6"))))
"04h79qhq93d8id0rr5xnj9vf82ygwxzdlnck78yv738xd0jjvnpm"))))
(properties `((upstream-name . "Rsubread")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))