guix-commits
[Top][All Lists]
Advanced

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

14/27: gnu: r-scran: Update to 1.18.5.


From: guix-commits
Subject: 14/27: gnu: r-scran: Update to 1.18.5.
Date: Thu, 11 Feb 2021 15:35:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit de4fc492700efaf9d8fd4614dfba7fb712446c0c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 11 21:31:24 2021 +0100

    gnu: r-scran: Update to 1.18.5.
    
    * gnu/packages/bioconductor.scm (r-scran): Update to 1.18.5.
---
 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 9dbeb91..36a104f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8979,14 +8979,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.18.1")
+    (version "1.18.5")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "1zap12rm61z2hg6ykknbif478nr7g468v8mp50bj5hqgi69ywcww"))))
+         "0mk4bs7pkzbaiaaap75nzsrlwr883h45xnbpn94fy91i8d9w1xy1"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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