me
/
guix
Archived
1
0
Fork 0

gnu: r-ggridges: Update to 0.5.5.

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

Change-Id: Ife748b75a0132b35020bfec0d58851e529aa2ebe
master
Ricardo Wurmus 2023-12-28 00:44:30 +01:00
parent 18c921aedb
commit 249148231f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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