1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 14:55:55 +02:00

gnu: r-dendextend: Update to 1.9.0.

* gnu/packages/cran.scm (r-dendextend): Update to 1.9.0.
This commit is contained in:
Ricardo Wurmus
2018-10-30 07:54:56 +01:00
parent 31c8d9fe00
commit d42f741035
+2 -2
View File
@@ -792,14 +792,14 @@ rows, dropping names) to see if the modified versions are identical.")
(define-public r-dendextend
(package
(name "r-dendextend")
(version "1.8.0")
(version "1.9.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "dendextend" version))
(sha256
(base32
"1virn3c232xwcq3d0hhkgjh5gpzl01s39iwii5gxcm9mnsxjzdrh"))))
"1jiani6zwfajky2vafvay2hq158nh99rdrk3j00lycspds9v35fd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-fpc" ,r-fpc)