guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 158/449: gnu: r-stager: Update to 1.20.0.
Date: Tue, 22 Nov 2022 15:47:17 -0500 (EST)

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

commit cce2507fa213914d429f6a404b7cdef504e452b6
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 a43f39188a..9618f7f8aa 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7088,13 +7088,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]