diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-21 10:29:14 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-21 10:31:22 +0200 |
commit | 1f73fd017c1fcfdc55aad28539380f312f0767e9 (patch) | |
tree | 5a1ba7644b19b625c3511edf8e996d012f364b80 /gnu/packages | |
parent | a1c7016498ff00f3baba0c984fb6d1de7c83b196 (diff) | |
download | patches-1f73fd017c1fcfdc55aad28539380f312f0767e9.tar patches-1f73fd017c1fcfdc55aad28539380f312f0767e9.tar.gz |
gnu: r-complexheatmap: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b7b11e0fca..a7356743f0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10070,14 +10070,14 @@ provide added flexibility for data combination and manipulation.") (define-public r-complexheatmap (package (name "r-complexheatmap") - (version "1.18.0") + (version "1.18.1") (source (origin (method url-fetch) (uri (bioconductor-uri "ComplexHeatmap" version)) (sha256 (base32 - "0z57mrginzd40niy51dvnyqgbrij05ji0dbwqs3x2as80sq28i3q")))) + "0qjwz1hzpjnc90jiinjkikfnr0shi72q3zfdjjz7pxydy0mglq8n")))) (properties `((upstream-name . "ComplexHeatmap"))) (build-system r-build-system) |