gnu: r-ggthemes: Update to 4.1.1.
* gnu/packages/statistics.scm (r-ggthemes): Update to 4.1.1.
This commit is contained in:
parent
5bd8ad8bde
commit
b2521eed91
1 changed files with 2 additions and 2 deletions
|
@ -4427,13 +4427,13 @@ (define-public r-ggbeeswarm
|
||||||
(define-public r-ggthemes
|
(define-public r-ggthemes
|
||||||
(package
|
(package
|
||||||
(name "r-ggthemes")
|
(name "r-ggthemes")
|
||||||
(version "4.1.0")
|
(version "4.1.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "ggthemes" version))
|
(uri (cran-uri "ggthemes" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a6r384v72hb91qkg9rz2m7s3qskbl9haxynf2vzz6v1ak9xd4c5"))))
|
"092hks6bxi6al8nclgswnzfmx5wp6n3qf63aqiajca7dx8w8n0m2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-ggplot2" ,r-ggplot2)
|
`(("r-ggplot2" ,r-ggplot2)
|
||||||
|
|
Loading…
Reference in a new issue