guix-commits
[Top][All Lists]
Advanced

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

09/10: gnu: r-scater: Update to 1.20.1.


From: guix-commits
Subject: 09/10: gnu: r-scater: Update to 1.20.1.
Date: Thu, 17 Jun 2021 08:26:16 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 45f1e079a59091b4536f974a6356ddbc4b58ef8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 17 14:24:42 2021 +0200

    gnu: r-scater: Update to 1.20.1.
    
    * gnu/packages/bioconductor.scm (r-scater): Update to 1.20.1.
---
 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 7007954..5216fdd 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12561,13 +12561,13 @@ of other packages.")
 (define-public r-scater
   (package
     (name "r-scater")
-    (version "1.20.0")
+    (version "1.20.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "scater" version))
               (sha256
                (base32
-                "0rppbd0mfyi41wb56i499mk3nj2ljhgnv3bv0k2p31bngvmb03j5"))))
+                "1046fgf93dda3y2z5ilrjdczz7klj67ag63p4p1h03965wpj9vfn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-beachmat" ,r-beachmat)



reply via email to

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