mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-ggplot2: Update to 3.5.0.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.5.0. Change-Id: I65435f9ddb69a9c62c79edd4eadd8c3d601251c6
This commit is contained in:
parent
0277cc6c0d
commit
bf7a7af1a4
1 changed files with 2 additions and 2 deletions
|
@ -1259,13 +1259,13 @@ (define-public r-reshape2
|
||||||
(define-public r-ggplot2
|
(define-public r-ggplot2
|
||||||
(package
|
(package
|
||||||
(name "r-ggplot2")
|
(name "r-ggplot2")
|
||||||
(version "3.4.4")
|
(version "3.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggplot2" version))
|
(uri (cran-uri "ggplot2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
|
(base32 "1qlh231dwsa7j0pzlw6xdm68d7r0v64916p66bg9lh1dw3a1ryh7"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
|
|
Loading…
Reference in a new issue