rekado pushed a commit to branch master
in repository guix.
commit f0ea78f219cd5157a8692099de184b953d60cadc
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Mar 5 14:38:32 2024 +0100
gnu: r-gganimate: Update to 1.0.9.
* gnu/packages/cran.scm (r-gganimate): Update to 1.0.9.
[propagated-inputs]: Add r-cli, r-lifecycle, r-transformr, and r-vctrs.
Change-Id: I6fbee3cf380992caeeedaa738aa21dabad670950
---
gnu/packages/cran.scm | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2bac4a21d9..538eb76fe5 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39212,14 +39212,14 @@ complex functions.")
(define-public r-gganimate
(package
(name "r-gganimate")
- (version "1.0.8")
+ (version "1.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "gganimate" version))
(sha256
(base32
- "1jabs9qr0319w508kdsk5nmzfhl6nzykpp1by7l639yfvrfqcbd1"))))
+ "016nky797h4093qrpynq5rr1p7h4chpv1hyngpcs2csr1064rjmz"))))
(properties `((upstream-name . "gganimate")))
(build-system r-build-system)
(arguments
@@ -39234,13 +39234,17 @@ complex functions.")
;; For video output.
(list ffmpeg))
(propagated-inputs
- (list r-ggplot2
+ (list r-cli
+ r-ggplot2
r-glue
+ r-lifecycle
r-progress
r-rlang
r-scales
r-stringi
+ r-transformr
r-tweenr
+ r-vctrs
;; For GIF/SVG output. gifski is faster, but depends on Rust.
r-magick
;; For HTML output.