mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -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
|
||||
(package
|
||||
(name "r-ggplot2")
|
||||
(version "3.4.0")
|
||||
(version "3.4.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggplot2" version))
|
||||
(sha256
|
||||
(base32 "0gj7n2y8msnmhk3x4r481biknvn2dqhahwazfqwr8f3lz599wbx8"))))
|
||||
(base32 "113d5khg0lswrbwasavl2l5jgpcd3h519mcb5iq2cq0dz4rw66q4"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cli
|
||||
r-digest
|
||||
r-glue
|
||||
r-gtable
|
||||
r-isoband
|
||||
|
|
Loading…
Reference in a new issue