3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-colorspace: Update to 2.0-2.

* gnu/packages/cran.scm (r-colorspace): Update to 2.0-2.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:11 +02:00
parent 87de49a2b4
commit e62ed5eabb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2874,13 +2874,13 @@ XML. To learn more about the Abbyy OCR API, see @url{http://ocrsdk.com/}.")
(define-public r-colorspace
(package
(name "r-colorspace")
(version "2.0-1")
(version "2.0-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "colorspace" version))
(sha256
(base32 "0pj2hji71c18kwwk1pp2fj6s4jl7lm2yn47ls0dqsrsqc3ixsbzq"))))
(base32 "0fhq2aykdkxh3r90i8aqjyb37p5api3mjd19ch8mzv99q4pcv4dq"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr)))