diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:02:13 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-01-12 23:35:17 +0100 |
commit | 86162c767ef15399333c98b12fefefb3a044b0ba (patch) | |
tree | 222456c9e9a1ee5243d61d986f694b8265da8d27 | |
parent | 4c7b9222dd56ff41e3e934a1c052f8bf539d6841 (diff) | |
download | patches-86162c767ef15399333c98b12fefefb3a044b0ba.tar patches-86162c767ef15399333c98b12fefefb3a044b0ba.tar.gz |
gnu: r-rhdf5: Update to 2.26.2.
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.26.2.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index eeb24dd797..f383a39179 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8976,13 +8976,13 @@ of gene-level counts.") (define-public r-rhdf5 (package (name "r-rhdf5") - (version "2.26.0") + (version "2.26.2") (source (origin (method url-fetch) (uri (bioconductor-uri "rhdf5" version)) (sha256 (base32 - "0xmpkfdsmgl79ffffj7cf9fx3zxki2rk0xn25k778kr3s0sbmhis")))) + "10zkw3k13wmvyif417gplyf6rwp2gpkjasw97lhwv2f9i32rry9l")))) (build-system r-build-system) (propagated-inputs `(("r-rhdf5lib" ,r-rhdf5lib))) |