guix-commits
[Top][All Lists]
Advanced

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

204/318: gnu: r-scater: Update to 1.18.0.


From: guix-commits
Subject: 204/318: gnu: r-scater: Update to 1.18.0.
Date: Fri, 20 Nov 2020 08:40:41 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit e15e9628acefa1dbd5bcb8ab9736c9ea62f9fe8b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:57:27 2020 +0100

    gnu: r-scater: Update to 1.18.0.
    
    * gnu/packages/bioconductor.scm (r-scater): Update to 1.18.0.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 3c8a0f9..9b0065f 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8642,13 +8642,13 @@ libraries.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.16.2")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "1pa5wvgjb30rw1vsjwbnn07ss3sc5n8ck5d7khdby4r2s9177s33"))))
+                "12dwfm3lpqxx93a6hwlvyikzggbyr2p2bpavcd379p3h960mpdx5"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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