gnu: r-ggforce: Update to 0.2.2.

* gnu/packages/cran.scm (r-ggforce): Update to 0.2.2.
master
Ricardo Wurmus 2019-04-24 13:07:58 +02:00
parent 88a39cc6f5
commit a059791f4e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13279,14 +13279,14 @@ sets of URLs.")
(define-public r-ggforce
(package
(name "r-ggforce")
(version "0.2.1")
(version "0.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggforce" version))
(sha256
(base32
"04rh9z58q288lbi933472lgl26wwbw58rfhpgfyijmw9ccz7i93m"))))
"0snxx9zhcccxa7pz9pf3bjqmcmv9mz4m47v81hklnhm25jj40xg2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)