gnu: r-colorspace: Update to 2.1-0.

* gnu/packages/cran.scm (r-colorspace): Update to 2.1-0.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:14 +01:00
parent 2674b55446
commit b51965e445
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4570,13 +4570,13 @@ (define-public r-abbyyr
(define-public r-colorspace
(package
(name "r-colorspace")
(version "2.0-3")
(version "2.1-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "colorspace" version))
(sha256
(base32 "0zw52s8g2gxp8i1ax96azxmxqrbhb7aad5px0c1vgr6n9p682mp7"))))
(base32 "0k31hazd2rq5lyg3y89y2v5jqadz2qlxd1bhvj89q4aldfxql1q4"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))