gnu: r-ggforce: Update to 0.3.1.

* gnu/packages/cran.scm (r-ggforce): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2019-09-02 14:34:24 +02:00
parent e768b33936
commit 466e68b4b2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13765,14 +13765,14 @@ sets of URLs.")
(define-public r-ggforce (define-public r-ggforce
(package (package
(name "r-ggforce") (name "r-ggforce")
(version "0.3.0") (version "0.3.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggforce" version)) (uri (cran-uri "ggforce" version))
(sha256 (sha256
(base32 (base32
"118qyzy8h9kkkdpjd09667gxgw7xy1kbc8r87pswh54ixn8hymwk")))) "04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)