gnu: r-clustree: Update to 0.4.4.

* gnu/packages/cran.scm (r-clustree): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:35 +01:00
parent fa243bc07a
commit 49e51a7726
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29373,14 +29373,14 @@ (define-public r-highlight
(define-public r-clustree
(package
(name "r-clustree")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "clustree" version))
(sha256
(base32
"0lxydy2f83qqd5dhlp2l546jax759l43b29j6g82079yzg1szwsz"))))
"0vwmicajl7c0rmjdmf4f857fii0xrxz25vjkn888svlsikw00qbs"))))
(properties `((upstream-name . "clustree")))
(build-system r-build-system)
(propagated-inputs