guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: r-scran: Update to 1.30.2.


From: guix-commits
Subject: 07/07: gnu: r-scran: Update to 1.30.2.
Date: Tue, 30 Jan 2024 11:00:53 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7cdad00e30770f660333e609e14ffc77bef93418
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 30 16:59:52 2024 +0100

    gnu: r-scran: Update to 1.30.2.
    
    * gnu/packages/bioconductor.scm (r-scran): Update to 1.30.2.
    
    Change-Id: I49388f6307f88cb671b0a721cc4c82a4804312c6
---
 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 d9c1a80ed0..de0005b523 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -22088,14 +22088,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.30.1")
+    (version "1.30.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "02840dw467dqdg09abxlzps1l1xnzhinlmpmqgfsq70pzqf7jywk"))))
+         "06b454ydd8n8xbswxf1hacm3g2nr0ik0gg08pr7crgnsm0r3vpvs"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-beachmat



reply via email to

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