gnu: r-ggalluvial: Update to 0.12.4.

* gnu/packages/cran.scm (r-ggalluvial): Update to 0.12.4.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:12 +01:00
parent d7ac85d4e3
commit 1ff96c7db3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1524,13 +1524,13 @@ in good performances with large files.")
(define-public r-ggalluvial
(package
(name "r-ggalluvial")
(version "0.12.3")
(version "0.12.4")
(source (origin
(method url-fetch)
(uri (cran-uri "ggalluvial" version))
(sha256
(base32
"0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
"0x2njwgsjrcl4g9md32a2l5b7cvisj5g93jjzm7kr3g7l9gwbzz3"))))
(properties `((upstream-name . "ggalluvial")))
(build-system r-build-system)
(propagated-inputs