diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 17:02:17 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-11-03 22:49:18 +0100 |
commit | 8ea882bb489259c14d328531223bd554e2b4e4d7 (patch) | |
tree | d81ba1c1456c001b06210a746633911c0800e875 /gnu/packages | |
parent | a78f026f27e7fc457d1f2d672cb7605ff6d18b0f (diff) | |
download | guix-8ea882bb489259c14d328531223bd554e2b4e4d7.tar.gz guix-8ea882bb489259c14d328531223bd554e2b4e4d7.zip |
gnu: r-stager: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-stager): Update to 1.24.0.
Change-Id: I94dfc44a5437e7bcd4c8b6e258ef62cf7ce2515a
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index b3dbe0a261..e698738d7c 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -10750,13 +10750,13 @@ data sets ensuring a small memory footprint.") (define-public r-stager (package (name "r-stager") - (version "1.22.0") + (version "1.24.0") (source (origin (method url-fetch) (uri (bioconductor-uri "stageR" version)) (sha256 - (base32 "0advih0g2g5w8bx9f21chz8a66f4v84qn3p5skxi084pp142v5ms")))) + (base32 "064hvx8qyw5hdhihwl9k0jqhg6saz4ng2m37d2ipr5pz9v8adspb")))) (properties `((upstream-name . "stageR"))) (build-system r-build-system) (propagated-inputs (list r-summarizedexperiment)) |