me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5: Update to 2.40.0.

* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.40.0.
master
Ricardo Wurmus 2022-05-28 12:44:43 +02:00
parent de8b8c86e6
commit 3c31e7e249
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4822,13 +4822,13 @@ browser.")
(define-public r-rhdf5
(package
(name "r-rhdf5")
(version "2.38.1")
(version "2.40.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5" version))
(sha256
(base32
"1mlwp7bblhbpmd90sxj02zpq1q3fyg8v7ankyjb1y284xaymp02y"))))
"00cp90mnb8p83jiflm6x4x0qf4p7gvgh47jk9jry6j3qyvfqaiff"))))
(build-system r-build-system)
(propagated-inputs
(list r-rhdf5filters r-rhdf5lib))