guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/17: gnu: r-matrixgenerics: Update to 1.4.3.


From: guix-commits
Subject: 08/17: gnu: r-matrixgenerics: Update to 1.4.3.
Date: Wed, 29 Sep 2021 17:29:57 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit e7886b917be8b95e41198e7cf74d5f5f306be6d8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:13 2021 +0200

    gnu: r-matrixgenerics: Update to 1.4.3.
    
    * gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.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 6085db6..ed3cd60 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5190,13 +5190,13 @@ enrichedGO (addGeneIDs).")
 (define-public r-matrixgenerics
   (package
    (name "r-matrixgenerics")
-   (version "1.4.2")
+   (version "1.4.3")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "MatrixGenerics" version))
             (sha256
              (base32
-              "0kjsc5ghcplay4a74ffpwsf3kbp51x6rl5265gvlfchdwrawkzd2"))))
+              "1yir3rwhz5vf0pdn3fpvlc57c75k98gvv8gapajbvymz3lyghijv"))))
    (properties
     `((upstream-name . "MatrixGenerics")))
    (build-system r-build-system)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]