1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-stager: Update to 1.30.1.

* gnu/packages/bioconductor.scm (r-stager): Update to 1.30.1.

Change-Id: Iaac5a037e08055c9d6b134fee8823ccdd93587a8
This commit is contained in:
Ricardo Wurmus 2025-05-13 11:57:27 +02:00
parent 717d395a29
commit bd554c63b8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14288,13 +14288,13 @@ data sets ensuring a small memory footprint.")
(define-public r-stager
(package
(name "r-stager")
(version "1.30.0")
(version "1.30.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "stageR" version))
(sha256
(base32 "0q4a26z6i3wvjjc0bhif9d3jf1h04bb091jg4and1ih7qfjvr89z"))))
(base32 "0jm4390p9fqm2hgifkpbz0rmmmhfc1hzbz4wl0csb3s02kdjfpb5"))))
(properties `((upstream-name . "stageR")))
(build-system r-build-system)
(propagated-inputs (list r-summarizedexperiment))