mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-ggalluvial: Update to 0.12.4.
* gnu/packages/cran.scm (r-ggalluvial): Update to 0.12.4.
This commit is contained in:
parent
d7ac85d4e3
commit
1ff96c7db3
1 changed files with 2 additions and 2 deletions
|
@ -1524,13 +1524,13 @@ (define-public r-fpeek
|
||||||
(define-public r-ggalluvial
|
(define-public r-ggalluvial
|
||||||
(package
|
(package
|
||||||
(name "r-ggalluvial")
|
(name "r-ggalluvial")
|
||||||
(version "0.12.3")
|
(version "0.12.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggalluvial" version))
|
(uri (cran-uri "ggalluvial" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
|
"0x2njwgsjrcl4g9md32a2l5b7cvisj5g93jjzm7kr3g7l9gwbzz3"))))
|
||||||
(properties `((upstream-name . "ggalluvial")))
|
(properties `((upstream-name . "ggalluvial")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue