gnu: r-gganimate: Update to 1.0.8.
* gnu/packages/cran.scm (r-gganimate): Update to 1.0.8. [propagated-inputs]: Remove r-plyr.master
parent
4632498971
commit
c4ffadb1e4
|
@ -32537,14 +32537,14 @@ complex functions.")
|
||||||
(define-public r-gganimate
|
(define-public r-gganimate
|
||||||
(package
|
(package
|
||||||
(name "r-gganimate")
|
(name "r-gganimate")
|
||||||
(version "1.0.7")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gganimate" version))
|
(uri (cran-uri "gganimate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"046v6j92xxgaghsnh88dy5h8x040qsfa8csvhp4dmsfmrrf0dz0f"))))
|
"1jabs9qr0319w508kdsk5nmzfhl6nzykpp1by7l639yfvrfqcbd1"))))
|
||||||
(properties `((upstream-name . "gganimate")))
|
(properties `((upstream-name . "gganimate")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
@ -32561,7 +32561,6 @@ complex functions.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ggplot2
|
(list r-ggplot2
|
||||||
r-glue
|
r-glue
|
||||||
r-plyr
|
|
||||||
r-progress
|
r-progress
|
||||||
r-rlang
|
r-rlang
|
||||||
r-scales
|
r-scales
|
||||||
|
|
Reference in New Issue