diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-10-03 18:20:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-10-03 19:08:06 +0200 |
commit | c82320aa21a78fd5494ea9d8aa24b1f8ee6963ea (patch) | |
tree | 787314b7ff16b574624c5ea8fce5bd086df769bc /gnu | |
parent | 038eeeaf2a521f943fa291610bf6a1740eb56b57 (diff) | |
download | guix-c82320aa21a78fd5494ea9d8aa24b1f8ee6963ea.tar.gz |
gnu: r-complexheatmap: Update to 2.12.1.
* gnu/packages/bioconductor.scm (r-complexheatmap): Update to 2.12.1.
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 c70c08936a..02e417d98d 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3771,14 +3771,14 @@ experiments.") (define-public r-complexheatmap (package (name "r-complexheatmap") - (version "2.12.0") + (version "2.12.1") (source (origin (method url-fetch) (uri (bioconductor-uri "ComplexHeatmap" version)) (sha256 (base32 - "15b49vlkl89prcw70mlw066z0gxhs26x8dpfn6qr3gz7hihygs65")))) + "0b4p3ijhdcydfp0j58xlb5dn7d3m2x420n91rl9diqpg4r2gl0s8")))) (properties `((upstream-name . "ComplexHeatmap"))) (build-system r-build-system) |