me
/
guix
Archived
1
0
Fork 0

gnu: r-ggforce: Update to 0.3.3.

* gnu/packages/cran.scm (r-ggforce): Update to 0.3.3.
master
Ricardo Wurmus 2021-03-09 21:40:26 +01:00
parent a5cfb3f330
commit df20df3512
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16359,14 +16359,14 @@ sets of URLs.")
(define-public r-ggforce
(package
(name "r-ggforce")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggforce" version))
(sha256
(base32
"1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
"0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)