mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-ggplot2: Update to 3.5.1.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.5.1. Change-Id: I3b18fcdfbf6b57ccd02114a364d5d6227856535c
This commit is contained in:
parent
de611a91c5
commit
066f6f698a
1 changed files with 2 additions and 2 deletions
|
@ -1268,13 +1268,13 @@ (define-public r-reshape2
|
|||
(define-public r-ggplot2
|
||||
(package
|
||||
(name "r-ggplot2")
|
||||
(version "3.5.0")
|
||||
(version "3.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggplot2" version))
|
||||
(sha256
|
||||
(base32 "1qlh231dwsa7j0pzlw6xdm68d7r0v64916p66bg9lh1dw3a1ryh7"))))
|
||||
(base32 "08a72kizg42mdm35170fnpn8l6r4n3j1yvbgiq1k8dlvz4jb8n3w"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli
|
||||
|
|
Loading…
Reference in a new issue