mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-colorspace: Update to 2.1-0.
* gnu/packages/cran.scm (r-colorspace): Update to 2.1-0.
This commit is contained in:
parent
2674b55446
commit
b51965e445
1 changed files with 2 additions and 2 deletions
|
@ -4570,13 +4570,13 @@ (define-public r-abbyyr
|
||||||
(define-public r-colorspace
|
(define-public r-colorspace
|
||||||
(package
|
(package
|
||||||
(name "r-colorspace")
|
(name "r-colorspace")
|
||||||
(version "2.0-3")
|
(version "2.1-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "colorspace" version))
|
(uri (cran-uri "colorspace" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zw52s8g2gxp8i1ax96azxmxqrbhb7aad5px0c1vgr6n9p682mp7"))))
|
(base32 "0k31hazd2rq5lyg3y89y2v5jqadz2qlxd1bhvj89q4aldfxql1q4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Loading…
Reference in a new issue