diff options
author | zimoun <zimon.toutoune@gmail.com> | 2020-10-30 15:55:52 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-12-09 12:12:33 +0100 |
commit | e80f8262f6ab8ba1a8ca4af6479868af3d2a6f27 (patch) | |
tree | 36cd522db2fa1256f90f4f72ef62b255ee2bff7e /gnu/packages | |
parent | 0f94a9edb01100a45f3898ee2cc41fb08c2ee8f9 (diff) | |
download | guix-e80f8262f6ab8ba1a8ca4af6479868af3d2a6f27.tar.gz guix-e80f8262f6ab8ba1a8ca4af6479868af3d2a6f27.zip |
gnu: r-bigmemoryextras: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-bigmemoryextras): Update to 1.38.0.
Diffstat (limited to 'gnu/packages')
-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 89d7a79418..f963f08a76 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -7568,14 +7568,14 @@ networks and estimated fluxes can be visualized with hypergraphs.") (define-public r-bigmemoryextras (package (name "r-bigmemoryextras") - (version "1.36.0") + (version "1.38.0") (source (origin (method url-fetch) (uri (bioconductor-uri "bigmemoryExtras" version)) (sha256 (base32 - "053bqcd3p4i7agj43ccjxfz40a1sxrymd49vdpfq8ypslkwk7g0g")))) + "1k31h746j8r3f92vj62s38fw12qjkv5814ipcqfbswnxgaan17zj")))) (properties `((upstream-name . "bigmemoryExtras"))) (build-system r-build-system) |