guix-commits
[Top][All Lists]
Advanced

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

130/356: gnu: r-scaledmatrix: Update to 1.2.0.


From: guix-commits
Subject: 130/356: gnu: r-scaledmatrix: Update to 1.2.0.
Date: Sun, 7 Nov 2021 18:11:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 496260ddf1e8c73c53918f383a2a9ea389e60724
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:15 2021 +0000

    gnu: r-scaledmatrix: Update to 1.2.0.
    
    * gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.2.0.
---
 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 c8eb73c..6fc98ab 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5797,14 +5797,14 @@ achieved for all methods using the BiocParallel 
framework.")
 (define-public r-scaledmatrix
   (package
     (name "r-scaledmatrix")
-    (version "1.0.0")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ScaledMatrix" version))
        (sha256
         (base32
-         "1j96fvw1waqxbv5c8myfmhsidq370z03yz13yqmrs4nn1rpn1a06"))))
+         "0vz8441gl5gycy1ypybwhq97bnyvhhlg6gxpi1dsdy2c9b6d81kc"))))
     (properties `((upstream-name . "ScaledMatrix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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