guix-commits
[Top][All Lists]
Advanced

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

12/39: gnu: r-scaledmatrix: Update to 1.4.1.


From: guix-commits
Subject: 12/39: gnu: r-scaledmatrix: Update to 1.4.1.
Date: Mon, 3 Oct 2022 13:08:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 41f029c12a043b656d53bc68fdbe447977656509
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Oct 3 18:20:53 2022 +0200

    gnu: r-scaledmatrix: Update to 1.4.1.
    
    * gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.4.1.
---
 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 54aa7ca5ff..de2cdc593a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7668,14 +7668,14 @@ achieved for all methods using the BiocParallel 
framework.")
 (define-public r-scaledmatrix
   (package
     (name "r-scaledmatrix")
-    (version "1.4.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ScaledMatrix" version))
        (sha256
         (base32
-         "0p6065mbn77hphpjfchz3r3raspl127f11n39mwh9bih4zg375cl"))))
+         "05gxr41nb1jqhv357rfha4062kszvrmkr36mhkjsf7kgnzf0p8hz"))))
     (properties `((upstream-name . "ScaledMatrix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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