guix-commits
[Top][All Lists]
Advanced

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

22/24: gnu: r-scran: Update to 1.26.2.


From: guix-commits
Subject: 22/24: gnu: r-scran: Update to 1.26.2.
Date: Fri, 24 Feb 2023 02:12:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 63760dab9c8b105a531d9b3629125d1ad60dae88
Author: Simon Tournier <zimon.toutoune@gmail.com>
AuthorDate: Mon Feb 20 19:54:09 2023 +0100

    gnu: r-scran: Update to 1.26.2.
    
    * gnu/packages/bioconductor.scm (r-scran): Update to 1.26.2.
---
 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 26b5c0af15..482312b384 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17520,14 +17520,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.26.1")
+    (version "1.26.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "1sqc8pf1qzm24kf1l45da12wbzv0nxsy6l3v9fc8srmnvk37p04p"))))
+         "0r80k4dsk609l9ha1jl64yhpwnf0x37i28k9largqsffsl6hw0fy"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-beachmat



reply via email to

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