mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 20:57:12 -05:00
gnu: r-ggforce: Update to 0.3.3.
* gnu/packages/cran.scm (r-ggforce): Update to 0.3.3.
This commit is contained in:
parent
a5cfb3f330
commit
df20df3512
1 changed files with 2 additions and 2 deletions
|
@ -16359,14 +16359,14 @@ (define-public r-urltools
|
||||||
(define-public r-ggforce
|
(define-public r-ggforce
|
||||||
(package
|
(package
|
||||||
(name "r-ggforce")
|
(name "r-ggforce")
|
||||||
(version "0.3.2")
|
(version "0.3.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggforce" version))
|
(uri (cran-uri "ggforce" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lplxyq5bgx90dgaimhynpcywag1gp6vlsy7q52ay1nfc35qmkjc"))))
|
"0bwzjbjl678xvc2ihm80dwn9pidwafqjdab3k299csys16s3na1a"))))
|
||||||
(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 a new issue