mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: r-ggthemes: Update to 5.1.0.
* gnu/packages/statistics.scm (r-ggthemes): Update to 5.1.0. Change-Id: I8eb945aea1aeba6d61d9d03497ba1e3095caa9dd
This commit is contained in:
parent
f4d5bc057a
commit
e5de0b6ad1
1 changed files with 2 additions and 2 deletions
|
@ -5282,13 +5282,13 @@ (define-public r-ggbeeswarm
|
|||
(define-public r-ggthemes
|
||||
(package
|
||||
(name "r-ggthemes")
|
||||
(version "5.0.0")
|
||||
(version "5.1.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "ggthemes" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1iddxlcxbj5pq0llbhjh5gvxq8j4kzby0cahy0sgzzca074i7aan"))))
|
||||
"03mxigi34nd05wjigm8lpcbyhp4c8jxz7zm04qs27clbzsn1jj07"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue