mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-ggforce: Update to 0.3.1.
* gnu/packages/cran.scm (r-ggforce): Update to 0.3.1.
This commit is contained in:
parent
e768b33936
commit
466e68b4b2
1 changed files with 2 additions and 2 deletions
|
@ -13765,14 +13765,14 @@ (define-public r-urltools
|
|||
(define-public r-ggforce
|
||||
(package
|
||||
(name "r-ggforce")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggforce" version))
|
||||
(sha256
|
||||
(base32
|
||||
"118qyzy8h9kkkdpjd09667gxgw7xy1kbc8r87pswh54ixn8hymwk"))))
|
||||
"04926cqrda6psvy2nzkkw4czwyxdp7fnxg76byp14v12kgd72lm0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue