gnu: r-ggridges: Update to 0.5.4.

* gnu/packages/cran.scm (r-ggridges): Update to 0.5.4.
[propagated-inputs]: Remove r-plyr.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:20 +01:00
parent 39bbfde4dd
commit d80e644185
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6860,17 +6860,17 @@ (define-public r-scatterplot3d
(define-public r-ggridges
(package
(name "r-ggridges")
(version "0.5.3")
(version "0.5.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggridges" version))
(sha256
(base32
"0bmlqy1p6rac90af97ffpdi6php7dblx66l2hcm8ljidgyqzmspm"))))
"0lfqx21g09s3fp74mld47qfx1nnav18xqj37griyqk406hh1rxrb"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-plyr r-scales r-withr))
(list r-ggplot2 r-scales r-withr))
(native-inputs
(list r-knitr))
(home-page "https://github.com/clauswilke/ggridges")