gnu: r-ggformula: Update to 0.9.2.
* gnu/packages/cran.scm (r-ggformula): Update to 0.9.2.
This commit is contained in:
parent
c90eebf791
commit
9a4706828c
|
@ -6873,13 +6873,13 @@ and coverage methods to tune the choice of threshold.")
|
||||||
(define-public r-ggformula
|
(define-public r-ggformula
|
||||||
(package
|
(package
|
||||||
(name "r-ggformula")
|
(name "r-ggformula")
|
||||||
(version "0.9.1")
|
(version "0.9.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggformula" version))
|
(uri (cran-uri "ggformula" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "01ngx8qh9lhmagng6abx2ky54zi3iyj5bpxlnw59slagwv7l6icx"))))
|
(base32 "16ycabhnp78fsiv1dc63ccgh9gmpsy2683vbmq0fdzl6w3pd87sr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in New Issue