guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: r-scran: Update to 1.14.6.


From: guix-commits
Subject: 15/15: gnu: r-scran: Update to 1.14.6.
Date: Wed, 19 Feb 2020 17:01:38 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f55084b782f78d76d8ae9aaa3d3df43e45625cbc
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 23:00:58 2020 +0100

    gnu: r-scran: Update to 1.14.6.
    
    * gnu/packages/bioinformatics.scm (r-scran): Update to 1.14.6.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f4ef6be..4adb313 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10674,14 +10674,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.14.5")
+    (version "1.14.6")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "0ydy6gvpgpvrs4ryk1qvmmxp6cpaizs294jwg42jawxndkds1l3y"))))
+         "1y8wlgk5zbv7c7gcp0ahfpbh9lifab7y3zwf0093fzaw7vr1y6cr"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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