summaryrefslogtreecommitdiff
path: root/gnu/packages/cran.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-03-01 19:18:48 +0100
committerRicardo Wurmus <rekado@elephly.net>2020-03-01 23:21:16 +0100
commit9e3a089b44e886d167b1b45c64e4a089cd56916a (patch)
treecdaad57d6eb4541cadf06041fceae69f4ab0f5e9 /gnu/packages/cran.scm
parentdfa052726a21f9ae89e25b2f312579541a620aba (diff)
downloadguix-patches-9e3a089b44e886d167b1b45c64e4a089cd56916a.tar
guix-patches-9e3a089b44e886d167b1b45c64e4a089cd56916a.tar.gz
gnu: r-dendextend: Update to 1.13.4.
* gnu/packages/cran.scm (r-dendextend): Update to 1.13.4.
Diffstat (limited to 'gnu/packages/cran.scm')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index a662686cc3..46b3575526 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1917,14 +1917,14 @@ rows, dropping names) to see if the modified versions are identical.")
(define-public r-dendextend
(package
(name "r-dendextend")
- (version "1.13.3")
+ (version "1.13.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "dendextend" version))
(sha256
(base32
- "1gx6blw644sx2c4s90672scrwl4bv5xlgnfwbcalkh6nff2sai0h"))))
+ "1pjbz6sb4pgh3d5pm53vmf3q8y6lq3hrgjd6547xxs3m63sb8mn4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)