gnu: r-treemap: Update to 2.4-4.

* gnu/packages/cran.scm (r-treemap): Update to 2.4-4.
This commit is contained in:
Ricardo Wurmus 2023-05-31 12:15:20 +02:00
parent 2de5eb5434
commit 8c01b74e91
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -27105,13 +27105,13 @@ clustering.")
(define-public r-treemap
(package
(name "r-treemap")
(version "2.4-3")
(version "2.4-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "treemap" version))
(sha256
(base32 "1fg8gygw38x7msn32barx2irvcv8flm6wqvipnbj1qkh9w89y3q4"))))
(base32 "1h3pas3kn8zrpdpvp9vs745q94kixw5lxkbq74l5lh0n3wkqnnn5"))))
(properties `((upstream-name . "treemap")))
(build-system r-build-system)
(propagated-inputs