3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-dendextend: Update to 1.7.0.

* gnu/packages/cran.scm (r-dendextend): Update to 1.7.0.
This commit is contained in:
Ricardo Wurmus 2018-02-13 15:24:45 +01:00
parent cb471b7eaa
commit 64fe220cbe
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -321,14 +321,14 @@ rows, dropping names) to see if the modified versions are identical.")
(define-public r-dendextend
(package
(name "r-dendextend")
(version "1.6.0")
(version "1.7.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "dendextend" version))
(sha256
(base32
"0pichh08zi12lpxzc061dmv4smj6lizygd1xymln8wfz18sf7923"))))
"1krvqadnnh53xx5ql7bwzxaif6a317jzbs1m00gnc6jnj03rfl5d"))))
(build-system r-build-system)
(propagated-inputs
`(("r-fpc" ,r-fpc)