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
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue