me
/
guix
Archived
1
0
Fork 0

gnu: r-dendextend: Update to 1.15.1.

* gnu/packages/cran.scm (r-dendextend): Update to 1.15.1.
master
Ricardo Wurmus 2021-05-20 10:54:39 +02:00
parent 581835a323
commit 263f122e34
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)