mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -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
|
||||
(package
|
||||
(name "r-ggplot2")
|
||||
(version "3.4.4")
|
||||
(version "3.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggplot2" version))
|
||||
(sha256
|
||||
(base32 "0iiywrzv8j0npasvzgkxwhw0zqisf4xmpx06jl0lsq1ybl3fqxid"))))
|
||||
(base32 "1qlh231dwsa7j0pzlw6xdm68d7r0v64916p66bg9lh1dw3a1ryh7"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli
|
||||
|
|
Loading…
Reference in a new issue