guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: r-scran: Update to 1.6.8.


From: Ricardo Wurmus
Subject: 08/20: gnu: r-scran: Update to 1.6.8.
Date: Thu, 1 Mar 2018 15:29:03 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9aaf2813e2601a89c4dd3584f49f170f18b6279a
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:16:57 2018 +0100

    gnu: r-scran: Update to 1.6.8.
    
    * gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.8.
---
 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 0b18937..e5e9192 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10588,14 +10588,14 @@ quality control.")
 (define-public r-scran
   (package
     (name "r-scran")
-    (version "1.6.7")
+    (version "1.6.8")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "scran" version))
        (sha256
         (base32
-         "0zfm5i8xrnzb3894xygqd6zkbwaa2x3z74wbxw39fcjhyhxv2hmb"))))
+         "07wniyrh2fhhkz28v0bfgpvpi1hkkn2cvhacrvvvck142j79944x"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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