guix-commits
[Top][All Lists]
Advanced

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

69/80: gnu: r-matrixgenerics: Update to 1.4.2.


From: guix-commits
Subject: 69/80: gnu: r-matrixgenerics: Update to 1.4.2.
Date: Tue, 24 Aug 2021 06:31:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 917f0def66422f6378c23e87db6ae810faf3dc1a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 24 00:33:18 2021 +0200

    gnu: r-matrixgenerics: Update to 1.4.2.
    
    * gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.2.
---
 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 88f8099..10b9298 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5071,13 +5071,13 @@ enrichedGO (addGeneIDs).")
 (define-public r-matrixgenerics
   (package
    (name "r-matrixgenerics")
-   (version "1.4.0")
+   (version "1.4.2")
    (source (origin
             (method url-fetch)
             (uri (bioconductor-uri "MatrixGenerics" version))
             (sha256
              (base32
-              "1xq3a9ls125wfnhn13rdbsxzq3f6klsspx7h0znd6l67f5j5k25s"))))
+              "0kjsc5ghcplay4a74ffpwsf3kbp51x6rl5265gvlfchdwrawkzd2"))))
    (properties
     `((upstream-name . "MatrixGenerics")))
    (build-system r-build-system)



reply via email to

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