guix-commits
[Top][All Lists]
Advanced

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

33/34: gnu: r-scater: Update to 1.12.2.


From: guix-commits
Subject: 33/34: gnu: r-scater: Update to 1.12.2.
Date: Tue, 28 May 2019 18:17:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 55cd48508e93e0fba170d872465ff1f578858283
Author: Ricardo Wurmus <address@hidden>
Date:   Wed May 29 00:02:37 2019 +0200

    gnu: r-scater: Update to 1.12.2.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.12.2.
---
 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 b5c9c15..0c8f2d9 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10568,13 +10568,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.12.1")
+    (version "1.12.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0k4jc0xc2n49saylcjrg7laxq4mchg4nv06nrbc6cp4vzpf33jh5"))))
+                "16a17161xlhh6qpna9qxph3anlc7ydgyrczmy4alfiw8si7pzmxa"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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