guix-commits
[Top][All Lists]
Advanced

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

14/15: gnu: r-scater: Update to 1.6.3.


From: Ricardo Wurmus
Subject: 14/15: gnu: r-scater: Update to 1.6.3.
Date: Mon, 19 Feb 2018 03:53:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 59b2864d6c46405e04bed0ec8ae765096a30608e
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Feb 18 21:52:25 2018 +0100

    gnu: r-scater: Update to 1.6.3.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.6.3.
---
 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 fb1b23d..93a4f12 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10544,13 +10544,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.6.2")
+    (version "1.6.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0fp68n0xnbf90wrprqawsbilg9x7v2scp0dxb3936g20025csrdd"))))
+                "0q3s96gf8saa1dq2fvmpl0jyj7bx3wrdfck3hanb8pxkcir2p7dn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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