gnu: r-rhdf5: Update to 2.40.0.
* gnu/packages/bioconductor.scm (r-rhdf5): Update to 2.40.0.
This commit is contained in:
parent
de8b8c86e6
commit
3c31e7e249
1 changed files with 2 additions and 2 deletions
|
@ -4822,13 +4822,13 @@ (define-public r-reportingtools
|
||||||
(define-public r-rhdf5
|
(define-public r-rhdf5
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5")
|
(name "r-rhdf5")
|
||||||
(version "2.38.1")
|
(version "2.40.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "rhdf5" version))
|
(uri (bioconductor-uri "rhdf5" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1mlwp7bblhbpmd90sxj02zpq1q3fyg8v7ankyjb1y284xaymp02y"))))
|
"00cp90mnb8p83jiflm6x4x0qf4p7gvgh47jk9jry6j3qyvfqaiff"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-rhdf5filters r-rhdf5lib))
|
(list r-rhdf5filters r-rhdf5lib))
|
||||||
|
|
Loading…
Reference in a new issue