gnu: r-ggalluvial: Update to 0.12.3.

* gnu/packages/cran.scm (r-ggalluvial): Update to 0.12.3.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:56:11 +01:00
parent d856813829
commit 17fa0953a8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -333,13 +333,13 @@ (define-public r-zoo
(define-public r-ggalluvial
(package
(name "r-ggalluvial")
(version "0.12.2")
(version "0.12.3")
(source (origin
(method url-fetch)
(uri (cran-uri "ggalluvial" version))
(sha256
(base32
"1qcpbb6h2znsq246n1291rxgfryiw24caghbk8acjzzfbdhdj8x1"))))
"0mkan9gxg3yxjism22yxbhvlh2lh7wpbrqpb355za790prcmjbh3"))))
(properties `((upstream-name . "ggalluvial")))
(build-system r-build-system)
(propagated-inputs