mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-ggjoy: Update to 0.4.1.
* gnu/packages/cran.scm (r-ggjoy): Update to 0.4.1.
This commit is contained in:
parent
cda93e8399
commit
c36745cf95
1 changed files with 2 additions and 2 deletions
|
@ -2328,14 +2328,14 @@ (define-public r-ggridges
|
|||
(define-public r-ggjoy
|
||||
(package
|
||||
(name "r-ggjoy")
|
||||
(version "0.4.0")
|
||||
(version "0.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggjoy" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s24zn7gmk52bvjjhanxby7rxbnc2yfl0nx5nv7x7z0zja8gg7nb"))))
|
||||
"012md2m0jqfcccb933j423m3ck31v3p0pd41gjxpyg9082y7ixyj"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue