diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:54:39 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-20 10:58:15 +0200 |
commit | 263f122e34803109002a1298ec4f224e6f7abb59 (patch) | |
tree | 5f6aef9d76d69b3478b6481465c6292c1e2f4720 /gnu | |
parent | 581835a323eda5879b73e059b059ed4952f2dd72 (diff) | |
download | guix-263f122e34803109002a1298ec4f224e6f7abb59.tar guix-263f122e34803109002a1298ec4f224e6f7abb59.tar.gz |
gnu: r-dendextend: Update to 1.15.1.
* gnu/packages/cran.scm (r-dendextend): Update to 1.15.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 9924521e1a..32a178dc0a 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3147,14 +3147,14 @@ rows, dropping names) to see if the modified versions are identical.") (define-public r-dendextend (package (name "r-dendextend") - (version "1.14.0") + (version "1.15.1") (source (origin (method url-fetch) (uri (cran-uri "dendextend" version)) (sha256 (base32 - "0n3qg76apgbqbvxv2yp5qwpy6nx03xmmc9mdfyq4dqblqhdld29p")))) + "0zf4w4rc2jj30i3x0m0gnkwidfmn3cvz1wirp20amq4v3n9420md")))) (build-system r-build-system) (propagated-inputs `(("r-ggplot2" ,r-ggplot2) |