gnu: r-rhdf5: Update to 2.26.0.
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.26.0.
This commit is contained in:
parent
a1c2bf8e54
commit
611a255d2b
|
@ -8931,13 +8931,13 @@ of gene-level counts.")
|
||||||
(define-public r-rhdf5
|
(define-public r-rhdf5
|
||||||
(package
|
(package
|
||||||
(name "r-rhdf5")
|
(name "r-rhdf5")
|
||||||
(version "2.24.0")
|
(version "2.26.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
|
||||||
"15cmmchhk8bnp94gxg0zk9qyzdjx5kv16dzpbnb62mkq7ydmifx6"))))
|
"0xmpkfdsmgl79ffffj7cf9fx3zxki2rk0xn25k778kr3s0sbmhis"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-rhdf5lib" ,r-rhdf5lib)))
|
`(("r-rhdf5lib" ,r-rhdf5lib)))
|
||||||
|
|
Loading…
Reference in New Issue