guix-commits
[Top][All Lists]
Advanced

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

158/457: gnu: r-stager: Update to 1.20.0.


From: guix-commits
Subject: 158/457: gnu: r-stager: Update to 1.20.0.
Date: Thu, 24 Nov 2022 06:37:00 -0500 (EST)

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

commit 3f307e6ebc6eb4bad878aa5fc744d401b105f4a7
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:13 2022 +0100

    gnu: r-stager: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-stager): Update to 1.20.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 71eb6128ac..1a5f81d3bf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7129,13 +7129,13 @@ graph construction.")
 (define-public r-stager
   (package
     (name "r-stager")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "stageR" version))
        (sha256
-        (base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
+        (base32 "1layvv9akzijw2br9jzw6cwxn2rimha4m48fm8wn465n1nqcns0m"))))
     (properties `((upstream-name . "stageR")))
     (build-system r-build-system)
     (propagated-inputs (list r-summarizedexperiment))



reply via email to

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