me
/
guix
Archived
1
0
Fork 0

gnu: r-rhdf5: Update to 2.42.1.

* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.42.1.
master
Ricardo Wurmus 2023-04-18 15:27:13 +02:00 committed by Maxim Cournoyer
parent 610979ed3a
commit ec37e00e90
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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