mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-colorspace: Update to 2.1-1.
* gnu/packages/cran.scm (r-colorspace): Update to 2.1-1. Change-Id: If2a7d3aa8e7ae46f387aa0f63ded11ef697ddf2b
This commit is contained in:
parent
cd2c2afc5e
commit
b71948c09c
1 changed files with 2 additions and 2 deletions
|
@ -6934,13 +6934,13 @@ (define-public r-abbyyr
|
|||
(define-public r-colorspace
|
||||
(package
|
||||
(name "r-colorspace")
|
||||
(version "2.1-0")
|
||||
(version "2.1-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "colorspace" version))
|
||||
(sha256
|
||||
(base32 "0k31hazd2rq5lyg3y89y2v5jqadz2qlxd1bhvj89q4aldfxql1q4"))))
|
||||
(base32 "02ydb0vncck0l9shfbz07gymdy5l2vinb0miivyb1r6nykjww8g7"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue