gnu: r-shades: Update to 1.4.0.

* gnu/packages/cran.scm (r-shades): Update to 1.4.0.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:46:31 +02:00
parent 12618b5080
commit 031afc4890
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9808,14 +9808,14 @@ used by other packages.")
(define-public r-shades (define-public r-shades
(package (package
(name "r-shades") (name "r-shades")
(version "1.3.1") (version "1.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "shades" version)) (uri (cran-uri "shades" version))
(sha256 (sha256
(base32 (base32
"0v0xp9l1zyq4iysmkrbdwk4r1rksjj8p5c1726yrcgyg55mj59nv")))) "1zg95sjhrfvbdlfc387g9p0vnb8nb6agdk1mb3wq3kwkm2da0bqj"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/jonclayden/shades") (home-page "https://github.com/jonclayden/shades")
(synopsis "Simple color manipulation") (synopsis "Simple color manipulation")