diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 17:47:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-15 17:47:38 +0100 |
commit | be49fe22cd0a6c78e195d5b973da0cfb8614f4c7 (patch) | |
tree | 2d1ae72c84978d5e89af4740c2f26a2ab24acb58 /gnu | |
parent | 0f499ab3b0a6a30175b730cf9410b2bc15dd0f65 (diff) |
gnu: r-rhdf5: Update to 2.46.1.
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.46.1.
Change-Id: Ia4781476ab82dd867a707e98767d8ee12d208003
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index c7f6eabb2c..9ef9d5bf58 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -9914,13 +9914,13 @@ browser.") (define-public r-rhdf5 (package (name "r-rhdf5") - (version "2.46.0") + (version "2.46.1") (source (origin (method url-fetch) (uri (bioconductor-uri "rhdf5" version)) (sha256 (base32 - "1csf5nrg2nkdwh8cz26idz6wrhj7bgnfh559mzlpdj4licnf1ymc")))) + "0yfy0y9ywzbbdmvvraxmizv3w2x1iznhfys6hhwyi644pxh4k3xn")))) (build-system r-build-system) (propagated-inputs (list r-rhdf5filters r-rhdf5lib r-s4vectors)) |