me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.1.1.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.1.1.
master
Ricardo Wurmus 2019-04-11 23:00:42 +02:00
parent 79d8fdcce3
commit 00d14a4156
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1120,13 +1120,13 @@ legends.")
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "3.1.0")
(version "3.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "1msy36r21nlmnpyaw2m9k0ykmnd19b9il01b65w457pfw75prrs9"))))
(base32 "0y8cks9r9hvjlx0isnvbgs3p0al167hlr3q7c3syfcj77dzjkpmz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)