me
/
guix
Archived
1
0
Fork 0

gnu: r-ggridges: Update to 0.5.6.

* gnu/packages/cran.scm (r-ggridges): Update to 0.5.6.

Change-Id: Ic0c746f31294f8a4e9668eff6ae7d02c27f64f1c
master
Ricardo Wurmus 2024-01-25 09:20:31 +01:00
parent 6064758fdf
commit c12bc9a581
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9929,14 +9929,14 @@ plotting. a three dimensional point cloud.")
(define-public r-ggridges
(package
(name "r-ggridges")
(version "0.5.5")
(version "0.5.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "ggridges" version))
(sha256
(base32
"18bmbq5pd751hnw8rpvshvapg09630i2pqpwk5a3yhgz4hwa8xvm"))))
"0dafd10ny6l2rlr1y453rhjiy17a33k15f82nk31238mk8qamk7g"))))
(build-system r-build-system)
(propagated-inputs
(list r-ggplot2 r-scales r-withr))