rekado pushed a commit to branch master
in repository guix.
commit b336a58135a63d9c4f70bda1ec7fea9456215ac2
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 22:11:22 2023 +0200
gnu: r-matrixgenerics: Update to 1.12.3.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.12.3.
---
gnu/packages/bioconductor.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 9bd4e6e392..79a22d60e6 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11463,13 +11463,13 @@ enrichedGO (addGeneIDs).")
(define-public r-matrixgenerics
(package
(name "r-matrixgenerics")
- (version "1.12.2")
+ (version "1.12.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "MatrixGenerics" version))
(sha256
(base32
- "1bzdhm2dj93xffla00hphxn45mpyn3cr8nv8d5xjqgx8j136biyy"))))
+ "07hrafzn3787vprdwdk3cfyhi8df7hjvxg9vq7ad8raqzb37lqil"))))
(properties
`((upstream-name . "MatrixGenerics")))
(build-system r-build-system)