diff options
author | zimoun <zimon.toutoune@gmail.com> | 2022-11-17 03:50:15 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-24 12:31:33 +0100 |
commit | 03862582db4b8bd81c18fd010345fc0e15248f93 (patch) | |
tree | f6a0bd5dd13aed762119c16b0f78f1d1964874b1 | |
parent | 73add01b2293b18d2c74905d4ddc58e890831b77 (diff) | |
download | guix-03862582db4b8bd81c18fd010345fc0e15248f93.tar.gz |
gnu: r-matrixgenerics: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.10.0.
-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 baa6d9fc14..e43cb7277b 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8173,13 +8173,13 @@ enrichedGO (addGeneIDs).") (define-public r-matrixgenerics (package (name "r-matrixgenerics") - (version "1.8.1") + (version "1.10.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MatrixGenerics" version)) (sha256 (base32 - "1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f")))) + "05a83gh5bvgadi2msgql5nmcgr8zp398rhdbmiqna608hqbymyq9")))) (properties `((upstream-name . "MatrixGenerics"))) (build-system r-build-system) |