gnu: r-clustree: Update to 0.5.0.

* gnu/packages/cran.scm (r-clustree): Update to 0.5.0.
This commit is contained in:
Ricardo Wurmus 2022-07-01 15:30:08 +02:00
parent 6e5a09f701
commit b16b702db7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30347,14 +30347,14 @@ chunks.")
(define-public r-clustree
(package
(name "r-clustree")
(version "0.4.4")
(version "0.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "clustree" version))
(sha256
(base32
"0vwmicajl7c0rmjdmf4f857fii0xrxz25vjkn888svlsikw00qbs"))))
"1haam13aifak8fladyxwa0gz56anj1zfczfjgs07gbw90kf6azx8"))))
(properties `((upstream-name . "clustree")))
(build-system r-build-system)
(propagated-inputs