me
/
guix
Archived
1
0
Fork 0

gnu: r-stager: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-stager): Update to 1.18.0.
master
Ricardo Wurmus 2022-05-28 12:44:45 +02:00
parent 8d1ab3f57d
commit ed19cbbf15
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5340,13 +5340,13 @@ graph construction.")
(define-public r-stager
(package
(name "r-stager")
(version "1.16.0")
(version "1.18.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "stageR" version))
(sha256
(base32 "0vpx0v04hgkhzi0bm7ipnb9xr37n5wvnnr45lljgni8pwabfkf6y"))))
(base32 "0ns3ih6l4na6irshrc5iy4d9qf7hrnqq3ndnlcjb2i1cn38l2w9y"))))
(properties `((upstream-name . "stageR")))
(build-system r-build-system)
(propagated-inputs (list r-summarizedexperiment))