me
/
guix
Archived
1
0
Fork 0

gnu: r-viridislite: Update to 0.4.0.

* gnu/packages/statistics.scm (r-viridislite): Update to 0.4.0.
master
Ricardo Wurmus 2021-05-04 07:13:23 +02:00
parent 0ad98a178b
commit f5335bffe5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3709,14 +3709,14 @@ most common form of color blindness.")
(define-public r-viridislite (define-public r-viridislite
(package (package
(name "r-viridislite") (name "r-viridislite")
(version "0.3.0") (version "0.4.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "viridisLite" version)) (uri (cran-uri "viridisLite" version))
(sha256 (sha256
(base32 (base32
"1by2l05f0yabwvv64lhnv7bbhx0w683s3wr9j2xda920ghpa23kq")))) "0siwr0vq80gs3sbyd542zjb0cl9av5zqdm0fqnym5g6ribf5b6c4"))))
(properties `((upstream-name . "viridisLite"))) (properties `((upstream-name . "viridisLite")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/sjmgarnier/viridisLite") (home-page "https://github.com/sjmgarnier/viridisLite")