diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-03-15 23:05:30 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-03-15 23:54:35 +0100 |
commit | f97a8a8650af71446f8ae8a99f053eebb3179d06 (patch) | |
tree | e7a48bb9cd52cf1110387d29eef77b9391708755 /gnu/packages | |
parent | 900ad495725a51fca145396a87066e2e01c9ac49 (diff) |
gnu: r-coregx: Update to 2.6.1.
* gnu/packages/bioconductor.scm (r-coregx): Update to 2.6.1.
Change-Id: Icb0eb5a7697811f4272cda3d42d3c428bb59bd23
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 aaa0a15a27..8da116ee4f 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -4838,13 +4838,13 @@ enrichment in single cell data.") (define-public r-coregx (package (name "r-coregx") - (version "2.6.0") + (version "2.6.1") (source (origin (method url-fetch) (uri (bioconductor-uri "CoreGx" version)) (sha256 - (base32 "0ffbi5afw759mi5r657h67hdh9yr5jrzvl3aigp960jzb5542105")))) + (base32 "16i8xq98vg8xgscwj0w9bsq68vjmhsvwwdw66kcphvf3jjfmn1rv")))) (properties `((upstream-name . "CoreGx"))) (build-system r-build-system) (propagated-inputs |