1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: r-rhdf5: Update to 2.38.1.

* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.38.1.
This commit is contained in:
Ricardo Wurmus
2022-04-14 10:58:59 +02:00
parent 30027f837d
commit 6dad28d221
+2 -2
View File
@@ -4231,13 +4231,13 @@ browser.")
(define-public r-rhdf5
(package
(name "r-rhdf5")
(version "2.38.0")
(version "2.38.1")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5" version))
(sha256
(base32
"13zm993l3i9f98gqdpxgsrzf9fgqppx2ajvrl0i3f7cvpifcgxqg"))))
"1mlwp7bblhbpmd90sxj02zpq1q3fyg8v7ankyjb1y284xaymp02y"))))
(build-system r-build-system)
(propagated-inputs
(list r-rhdf5filters r-rhdf5lib))