gnu: r-ggformula: Update to 0.9.2.

* gnu/packages/cran.scm (r-ggformula): Update to 0.9.2.
This commit is contained in:
Ricardo Wurmus 2019-09-08 00:20:25 +02:00
parent c90eebf791
commit 9a4706828c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6873,13 +6873,13 @@ (define-public r-mosaiccore
(define-public r-ggformula
(package
(name "r-ggformula")
(version "0.9.1")
(version "0.9.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggformula" version))
(sha256
(base32 "01ngx8qh9lhmagng6abx2ky54zi3iyj5bpxlnw59slagwv7l6icx"))))
(base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ggplot2" ,r-ggplot2)