me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5: Update to 2.38.0.

* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.38.0.
master
Ricardo Wurmus 2021-11-04 22:04:07 +00:00
parent 559953466e
commit 148e520d4a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3944,13 +3944,13 @@ browser.")
(define-public r-rhdf5
(package
(name "r-rhdf5")
(version "2.36.0")
(version "2.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "rhdf5" version))
(sha256
(base32
"1a5kw9ry9cr258al0x3q0ss5xn1ymscdypx51vzzgzamhy7dqakz"))))
"13zm993l3i9f98gqdpxgsrzf9fgqppx2ajvrl0i3f7cvpifcgxqg"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rhdf5filters" ,r-rhdf5filters)