me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5: Update to 2.42.0.

* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.42.0.
master
zimoun 2022-11-17 03:50:12 +01:00 committed by Ricardo Wurmus
parent c45dc1e273
commit dfec056be2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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