mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-ggpp: Update to 0.5.5.
* gnu/packages/cran.scm (r-ggpp): Update to 0.5.5. Change-Id: Ifaff1e48d8fd7f166d8ae9f70bdd0cfc099de3ca
This commit is contained in:
parent
3b34ecaef9
commit
a3341b68d4
1 changed files with 2 additions and 2 deletions
|
@ -2201,14 +2201,14 @@ (define-public r-ggalluvial
|
|||
(define-public r-ggpp
|
||||
(package
|
||||
(name "r-ggpp")
|
||||
(version "0.5.4")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggpp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05w74003jp7kprxxbni0plr7ydzyc5hzw8g39kn0qd4p7dksjpwr"))))
|
||||
"0nysan87vgy0pbcks3bychm84zcwx9pf4p250b45ghimhvxh5cvm"))))
|
||||
(properties `((upstream-name . "ggpp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue