gnu: r-clustree: Update to 0.5.0.
* gnu/packages/cran.scm (r-clustree): Update to 0.5.0.master
parent
6e5a09f701
commit
b16b702db7
|
@ -30347,14 +30347,14 @@ chunks.")
|
||||||
(define-public r-clustree
|
(define-public r-clustree
|
||||||
(package
|
(package
|
||||||
(name "r-clustree")
|
(name "r-clustree")
|
||||||
(version "0.4.4")
|
(version "0.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "clustree" version))
|
(uri (cran-uri "clustree" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0vwmicajl7c0rmjdmf4f857fii0xrxz25vjkn888svlsikw00qbs"))))
|
"1haam13aifak8fladyxwa0gz56anj1zfczfjgs07gbw90kf6azx8"))))
|
||||||
(properties `((upstream-name . "clustree")))
|
(properties `((upstream-name . "clustree")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue