mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-gganimate: Update to 1.0.8.
* gnu/packages/cran.scm (r-gganimate): Update to 1.0.8. [propagated-inputs]: Remove r-plyr.
This commit is contained in:
parent
4632498971
commit
c4ffadb1e4
1 changed files with 2 additions and 3 deletions
|
@ -32537,14 +32537,14 @@ (define-public r-hypergeo
|
|||
(define-public r-gganimate
|
||||
(package
|
||||
(name "r-gganimate")
|
||||
(version "1.0.7")
|
||||
(version "1.0.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gganimate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"046v6j92xxgaghsnh88dy5h8x040qsfa8csvhp4dmsfmrrf0dz0f"))))
|
||||
"1jabs9qr0319w508kdsk5nmzfhl6nzykpp1by7l639yfvrfqcbd1"))))
|
||||
(properties `((upstream-name . "gganimate")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
@ -32561,7 +32561,6 @@ (define-public r-gganimate
|
|||
(propagated-inputs
|
||||
(list r-ggplot2
|
||||
r-glue
|
||||
r-plyr
|
||||
r-progress
|
||||
r-rlang
|
||||
r-scales
|
||||
|
|
Loading…
Reference in a new issue