me
/
guix
Archived
1
0
Fork 0

gnu: r-ggplot2: Update to 3.3.6.

* gnu/packages/statistics.scm (r-ggplot2): Update to 3.3.6.
master
Ricardo Wurmus 2022-05-28 08:30:55 +02:00
parent e4178aceb9
commit 3bdc46b1f3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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