guix-commits
[Top][All Lists]
Advanced

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

37/295: gnu: r-scater: Update to 1.16.2.


From: guix-commits
Subject: 37/295: gnu: r-scater: Update to 1.16.2.
Date: Mon, 27 Jul 2020 06:25:12 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit fb4804d03d6162132822bf300510a5c33955fe45
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jun 28 05:38:02 2020 +0200

    gnu: r-scater: Update to 1.16.2.
    
    * gnu/packages/bioinformatics.scm (r-scater): Update to 1.16.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 66c751a..30a5964 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10986,13 +10986,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.16.1")
+    (version "1.16.2")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0pi4mpc3lvskj5biyhc9cskcnz9q2wjmfrz7xdnx8qqd8vpy84g3"))))
+                "1pa5wvgjb30rw1vsjwbnn07ss3sc5n8ck5d7khdby4r2s9177s33"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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