guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit a57a3decc6289c0a96295c3ce78a065fd9914284
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Nov 25 13:48:23 2025 +0100

    gnu: r-matrixgenerics: Update to 1.22.0.
    
    * gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.22.0.
    
    Change-Id: I05b753d01157edc7642ae31b0dd5fd6d0ef897c3
---
 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 f40cbabaa0..8daffd2c81 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -16227,13 +16227,13 @@ enrichedGO (addGeneIDs).")
 (define-public r-matrixgenerics
   (package
    (name "r-matrixgenerics")
-   (version "1.20.0")
+   (version "1.22.0")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "MatrixGenerics" version))
             (sha256
              (base32
-              "1ys0239gzg3lq12g954b9zwhyqasbny2w1ra452kaj4pqc5p1dpl"))))
+              "0yjm21hnzvdffq6xg2viabh3jamb0cb0rycplbhfdqf7k8ycngdm"))))
    (properties
     `((upstream-name . "MatrixGenerics")))
    (build-system r-build-system)

Reply via email to