mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-ggplot2: Update to 3.4.1.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.4.1. [propagated-inputs]: Remove r-digest.
This commit is contained in:
parent
ce3909f5f2
commit
b6776e8f57
1 changed files with 2 additions and 3 deletions
|
@ -1235,17 +1235,16 @@ (define-public r-reshape2
|
||||||
(define-public r-ggplot2
|
(define-public r-ggplot2
|
||||||
(package
|
(package
|
||||||
(name "r-ggplot2")
|
(name "r-ggplot2")
|
||||||
(version "3.4.0")
|
(version "3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggplot2" version))
|
(uri (cran-uri "ggplot2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0gj7n2y8msnmhk3x4r481biknvn2dqhahwazfqwr8f3lz599wbx8"))))
|
(base32 "113d5khg0lswrbwasavl2l5jgpcd3h519mcb5iq2cq0dz4rw66q4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
r-digest
|
|
||||||
r-glue
|
r-glue
|
||||||
r-gtable
|
r-gtable
|
||||||
r-isoband
|
r-isoband
|
||||||
|
|
Loading…
Reference in a new issue