rekado pushed a commit to branch master
in repository guix.
commit 05942887f7df5152b222a20c5d6507fe988b9df7
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu May 22 08:12:21 2025 +0200
gnu: r-flextable: Update to 0.9.8.
* gnu/packages/cran.scm (r-flextable): Update to 0.9.8.
Change-Id: I41e8da08de7e1cf0968c19d4dba39b7562f50269
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0952c60b39..b500d0765c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24938,14 +24938,14 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
- (version "0.9.7")
+ (version "0.9.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
- "01jz0rflzc0f4lwnmmk8s2vj281l2ch75avcbin0b4wis48xrj2q"))))
+ "0pvka77jg97w0fk309mpdb7qv9k3dbrzg08rq21p624c217y2wln"))))
(properties
'((updater-extra-native-inputs . ("r-broom"))))
(build-system r-build-system)