guix-commits
[Top][All Lists]
Advanced

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

68/79: gnu: r-scaledmatrix: Update to 1.8.1.


From: guix-commits
Subject: 68/79: gnu: r-scaledmatrix: Update to 1.8.1.
Date: Tue, 9 May 2023 09:27:18 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c846a694a7257fcb98a9a242229aa165e3f9e04c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 9 15:23:55 2023 +0200

    gnu: r-scaledmatrix: Update to 1.8.1.
    
    * gnu/packages/bioconductor.scm (r-scaledmatrix): Update to 1.8.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 d6bbe268c0..06c4a2cfbf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11053,14 +11053,14 @@ achieved for all methods using the BiocParallel 
framework.")
 (define-public r-scaledmatrix
   (package
     (name "r-scaledmatrix")
-    (version "1.7.1")
+    (version "1.8.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ScaledMatrix" version))
        (sha256
         (base32
-         "1l43qyvgfr4ys02ws843g25882c7wl3kcgjwav3msc9hhs2si0mg"))))
+         "0xhw77w28r3agv0hw7fjpn1fp2p9bz7kdzwzx7gsa8411nffmd4d"))))
     (properties `((upstream-name . "ScaledMatrix")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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