guix-commits
[Top][All Lists]
Advanced

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

23/55: gnu: r-scran: Update to 1.6.9.


From: Ricardo Wurmus
Subject: 23/55: gnu: r-scran: Update to 1.6.9.
Date: Sat, 21 Apr 2018 17:08:19 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit aeca5f0c5bc074c2a77082f7685e578f170db09c
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Apr 21 08:36:15 2018 +0200

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



reply via email to

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