gnu: r-dendextend: Update to 1.7.0.
* gnu/packages/cran.scm (r-dendextend): Update to 1.7.0.
This commit is contained in:
parent
cb471b7eaa
commit
64fe220cbe
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue