me
/
guix
Archived
1
0
Fork 0

gnu: r-scales: Update to 1.1.1.

* gnu/packages/cran.scm (r-scales): Update to 1.1.1.
master
Ricardo Wurmus 2020-05-12 16:51:45 +02:00
parent 20710b911f
commit 527e59e3f6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -179,13 +179,13 @@ respecting the grammar of its graphics paradigm.")
(define-public r-scales
(package
(name "r-scales")
(version "1.1.0")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "scales" version))
(sha256
(base32 "00rdbfj5mwc3kr8pskidn3n2zkp4ms6cx36xazz54pxw3pysdr0y"))))
(base32 "019ps0njjc0rzrjygqiyn8b9vp0c3c0jd56h1yi19wzi49jvdcj0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-farver" ,r-farver)