me
/
guix
Archived
1
0
Fork 0

gnu: r-stager: Update to 1.26.0.

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

Change-Id: Ie5eab32c083443149be319d92d8025aea9b00fb4
master
Ricardo Wurmus 2024-05-07 13:06:36 +02:00
parent 11d71e1831
commit e13e3edd17
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12037,13 +12037,13 @@ data sets ensuring a small memory footprint.")
(define-public r-stager
(package
(name "r-stager")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "stageR" version))
(sha256
(base32 "064hvx8qyw5hdhihwl9k0jqhg6saz4ng2m37d2ipr5pz9v8adspb"))))
(base32 "0ayjwv2i9q8dzq5pzhyzkxzkz9ycka2v6ccvq5y9cg7x0mw4qvbh"))))
(properties `((upstream-name . "stageR")))
(build-system r-build-system)
(propagated-inputs (list r-summarizedexperiment))