me
/
guix
Archived
1
0
Fork 0

gnu: r-rsubread: Update to 2.16.0.

* gnu/packages/bioconductor.scm (r-rsubread): Update to 2.16.0.

Change-Id: Iae1f568a867b22833df9927f856c75e6d7cd4d48
master
Ricardo Wurmus 2023-11-03 17:18:56 +01:00
parent bea6315bb8
commit d1e907e41e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17060,14 +17060,14 @@ annotations.")
(define-public r-rsubread
(package
(name "r-rsubread")
(version "2.14.2")
(version "2.16.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rsubread" version))
(sha256
(base32
"1dgbvhsd0rki1skwrb4acd3cfy7c9slsjq1s7r2469zbs3xf12xc"))))
"0bhq8q3dch09r3digf3snfvhyj6w7j1qqw8gl28b29in8azg6v4d"))))
(properties `((upstream-name . "Rsubread")))
(build-system r-build-system)
(inputs (list zlib))