mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-ggpp: Update to 0.5.7.
* gnu/packages/cran.scm (r-ggpp): Update to 0.5.7. [propagated-inputs]: Add r-vctrs. Change-Id: Ib8e2ddcdd38a943183fa349eabdeef8db625566f
This commit is contained in:
parent
e76b664a36
commit
80ead87638
1 changed files with 3 additions and 2 deletions
|
@ -2489,14 +2489,14 @@ (define-public r-ggalluvial
|
|||
(define-public r-ggpp
|
||||
(package
|
||||
(name "r-ggpp")
|
||||
(version "0.5.6")
|
||||
(version "0.5.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xnjbxd1lkg85c2hsx7cgxqsqb3dc0pma8jwdlqfgg7d519d60xa"))))
|
||||
"0gd8dbcja4qjwjh414mp2xf8hnjlrp4zm4ac8j59kqxzpwxv8n04"))))
|
||||
(properties `((upstream-name . "ggpp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2512,6 +2512,7 @@ (define-public r-ggpp
|
|||
r-scales
|
||||
r-stringr
|
||||
r-tibble
|
||||
r-vctrs
|
||||
r-xts
|
||||
r-zoo))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue