Skip to content
Snippets Groups Projects
Unverified Commit e8bcca8c authored by Ricardo Wurmus's avatar Ricardo Wurmus
Browse files

gnu: r-ggridges: Update to 0.5.2.

* gnu/packages/cran.scm (r-ggridges): Update to 0.5.2.
parent 831e4606
No related branches found
No related tags found
No related merge requests found
...@@ -3748,14 +3748,14 @@ (define-public r-scatterplot3d ...@@ -3748,14 +3748,14 @@ (define-public r-scatterplot3d
(define-public r-ggridges (define-public r-ggridges
(package (package
(name "r-ggridges") (name "r-ggridges")
(version "0.5.1") (version "0.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ggridges" version)) (uri (cran-uri "ggridges" version))
(sha256 (sha256
(base32 (base32
"0dhwcpy785ac2ny5bjp284595nnybi3554wd0yffsli0vzf7ry01")))) "03pz257aw0mkh5k75rby9givkc1ky3n5scvhjhjiz9vry9fpffmh"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-ggplot2" ,r-ggplot2) `(("r-ggplot2" ,r-ggplot2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment