me
/
guix
Archived
1
0
Fork 0

gnu: r-rsubread: Update to 2.6.1.

* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.6.1.
master
Ricardo Wurmus 2021-06-05 08:50:05 +02:00
parent 758c1cd3c2
commit db56495f39
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9255,14 +9255,14 @@ annotations.")
(define-public r-rsubread
(package
(name "r-rsubread")
(version "2.4.3")
(version "2.6.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rsubread" version))
(sha256
(base32
"0c4akc89p5467n5rzq9bi7h0h15rbpqpvh7fw42qcj7g2vc41wba"))))
"007pbvxkhh930zdkgjaihannjbpbfnbizp3ffc2vyxygw0r4vz68"))))
(properties `((upstream-name . "Rsubread")))
(build-system r-build-system)
(inputs `(("zlib" ,zlib)))