gnu: r-shades: Update to 1.3.1.

* gnu/packages/cran.scm (r-shades): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2019-01-12 21:38:50 +01:00
parent 6eab52e0dd
commit 16d296bbd1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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