mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-ggridges: Update to 0.5.1.
* gnu/packages/cran.scm (r-ggridges): Update to 0.5.1.
This commit is contained in:
parent
9e82d6080e
commit
16a39c2d56
1 changed files with 2 additions and 2 deletions
|
@ -2503,14 +2503,14 @@ (define-public r-scatterplot3d
|
|||
(define-public r-ggridges
|
||||
(package
|
||||
(name "r-ggridges")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggridges" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1znvsbl3px8dddpjgdrygnpz4s685wizi0jnjvx2hrz58i0chjqj"))))
|
||||
"0dhwcpy785ac2ny5bjp284595nnybi3554wd0yffsli0vzf7ry01"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-ggplot2" ,r-ggplot2)
|
||||
|
|
Loading…
Reference in a new issue