me
/
guix
Archived
1
0
Fork 0

gnu: r-rsubread: Update to 2.16.1.

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

Change-Id: Id01d956d2f76347270d05961dba13f65b268862a
master
Ricardo Wurmus 2024-01-30 16:59:51 +01:00
parent ca6e432089
commit 9e1e462746
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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