diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 21:40:23 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-03-09 22:05:28 +0100 |
commit | a5cfb3f330e739485e2fb82d3c4941a2700d8297 (patch) | |
tree | 61bf8c3a53d96a96fcb697ca3090e137a316e29d /gnu | |
parent | b96724c423fc582d5e510fad0b6a893db4a7fb20 (diff) | |
download | guix-a5cfb3f330e739485e2fb82d3c4941a2700d8297.tar.gz |
gnu: r-farver: Update to 2.1.0.
* gnu/packages/cran.scm (r-farver): Update to 2.1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 09bfd12b97..39708dbcef 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -16206,14 +16206,14 @@ consists of @code{grid} grobs and viewports that can then be manipulated with (define-public r-farver (package (name "r-farver") - (version "2.0.3") + (version "2.1.0") (source (origin (method url-fetch) (uri (cran-uri "farver" version)) (sha256 (base32 - "1k75v07dsfkjra2gsgxg9s55cw3b46b1nh960kqphq7cg7gr058f")))) + "1x6ffwxqbrwlylnk995jz2a6nz2y9z59jaq0ncpni7q40w367j75")))) (build-system r-build-system) (home-page "https://github.com/thomasp85/farver") (synopsis "Vectorized color conversion and comparison") |