diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 08:50:15 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:12:57 +0200 |
commit | 8ad54dc134542ac1a9b6806da5e027a603e4653e (patch) | |
tree | d64280cac1f2a29587dceebc200de5e0fb6b5886 /gnu | |
parent | 2fe867326332651bcf5c4f0b72215bf2fbb61224 (diff) | |
download | guix-8ad54dc134542ac1a9b6806da5e027a603e4653e.tar.gz |
gnu: r-catalyst: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-catalyst): Update to 1.16.0.
Diffstat (limited to 'gnu')
-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 cfa294e461..a65b018a93 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -12831,14 +12831,14 @@ relevant, and the minimum expression of the most abundant condition.") (define-public r-catalyst (package (name "r-catalyst") - (version "1.14.1") + (version "1.16.0") (source (origin (method url-fetch) (uri (bioconductor-uri "CATALYST" version)) (sha256 (base32 - "04b5kcvkfiw4ina11x3qf5kwrb7056zihm7xp1919bqm8k7nl3mn")))) + "1lzi3wylx94k3gmfw5lsqh3cvg485ik3n5xd51jllczgavwvki16")))) (properties `((upstream-name . "CATALYST"))) (build-system r-build-system) (propagated-inputs |