mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-ggpp: Update to 0.5.1.
* gnu/packages/cran.scm (r-ggpp): Update to 0.5.1.
This commit is contained in:
parent
1ff96c7db3
commit
e78754a7ca
1 changed files with 2 additions and 2 deletions
|
@ -1553,14 +1553,14 @@ (define-public r-ggalluvial
|
|||
(define-public r-ggpp
|
||||
(package
|
||||
(name "r-ggpp")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zmxnzsdmwv9v77fifgiknalwif59261kslq8848x1xch8f82l77"))))
|
||||
"0cbv09gvwrxj5k8ffh4v537cf4hx3z2zgs8yy0ssglslibfgd3ka"))))
|
||||
(properties `((upstream-name . "ggpp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue