guix-commits
[Top][All Lists]
Advanced

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

20/21: gnu: r-sparsematrixstats: Update to 1.4.2.


From: guix-commits
Subject: 20/21: gnu: r-sparsematrixstats: Update to 1.4.2.
Date: Mon, 23 Aug 2021 18:48:25 -0400 (EDT)

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

commit 4386729a5a4fe9f6614e363735f64c97fac08f5c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Aug 24 00:33:20 2021 +0200

    gnu: r-sparsematrixstats: Update to 1.4.2.
    
    * gnu/packages/bioconductor.scm (r-sparsematrixstats): 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 ee32017..d8f6a1a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12826,14 +12826,14 @@ variable and significantly correlated genes.")
 (define-public r-sparsematrixstats
   (package
     (name "r-sparsematrixstats")
-    (version "1.4.0")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "sparseMatrixStats" version))
        (sha256
         (base32
-         "0ilspddfkqpnf2lng9jjs2ahv6vlc6sap69fzkcw314rha59kncr"))))
+         "0b22kzg751zlkcbs8pi0bcqrsj3imsg35qfvxfrqb7gav7qznc8v"))))
     (properties
      `((upstream-name . "sparseMatrixStats")))
     (build-system r-build-system)



reply via email to

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