me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.3.5.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.5.
master
Ricardo Wurmus 2021-07-10 13:26:25 +02:00
parent 7ca365a304
commit c4b65d50e3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1113,13 +1113,13 @@ using just two functions: melt and dcast (or acast).")
(define-public r-ggplot2
(package
(name "r-ggplot2")
(version "3.3.3")
(version "3.3.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggplot2" version))
(sha256
(base32 "1k136k1sr6dq1xvx6gs6gzji6hbnnwnsb5qivsxrblfv90irxhj5"))))
(base32 "1si46bf9p09qzs208hqffwcb40305p361whmwhc1pwrsmx7jjxdh"))))
(build-system r-build-system)
(propagated-inputs
`(("r-digest" ,r-digest)