me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2022-09-20 10:53:30 +02:00
parent 4632498971
commit c4ffadb1e4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -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