guix-commits
[Top][All Lists]
Advanced

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

32/39: gnu: r-scater: Update to 1.30.1.


From: guix-commits
Subject: 32/39: gnu: r-scater: Update to 1.30.1.
Date: Fri, 15 Dec 2023 11:48:49 -0500 (EST)

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

commit aa3e41026ab30ea8425c6611ae8253ce346c1cde
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:41 2023 +0100

    gnu: r-scater: Update to 1.30.1.
    
    * gnu/packages/bioconductor.scm (r-scater): Update to 1.30.1.
    
    Change-Id: I5e497b654bc4a26adc6d956f728f31ae631a239c
---
 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 8059e89c27..5d7dc0cae4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -21245,13 +21245,13 @@ of other packages.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.30.0")
+    (version "1.30.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0a8wfrcp09z0aflalqhhwvz675aa32wgprqphk1axvdppknsg7vf"))))
+                "06a4nxxsgmi435m06ir401w4fbrh0xdgh6mkv3i7vw001yrbrfcx"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-beachmat



reply via email to

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