rekado pushed a commit to branch master
in repository guix.

commit 9aaf2813e2601a89c4dd3584f49f170f18b6279a
Author: Ricardo Wurmus <rek...@elephly.net>
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