mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rhdf5: Update to 2.46.1.
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.46.1. Change-Id: Ia4781476ab82dd867a707e98767d8ee12d208003
This commit is contained in:
parent
0f499ab3b0
commit
be49fe22cd
1 changed files with 2 additions and 2 deletions
|
@ -9914,13 +9914,13 @@ browser.")
|
||||||
(define-public r-rhdf5
|
(define-public r-rhdf5
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5")
|
(name "r-rhdf5")
|
||||||
(version "2.46.0")
|
(version "2.46.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rhdf5" version))
|
(uri (bioconductor-uri "rhdf5" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1csf5nrg2nkdwh8cz26idz6wrhj7bgnfh559mzlpdj4licnf1ymc"))))
|
"0yfy0y9ywzbbdmvvraxmizv3w2x1iznhfys6hhwyi644pxh4k3xn"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rhdf5filters r-rhdf5lib r-s4vectors))
|
(list r-rhdf5filters r-rhdf5lib r-s4vectors))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue