me
/
guix
Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.7.2.

* gnu/packages/cran.scm (r-flextable): Update to 0.7.2.
Ricardo Wurmus 2022-06-13 14:21:51 +02:00
parent 9d0ce9aaf4
commit 739a195622
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10028,14 +10028,14 @@ functions.")
(define-public r-flextable (define-public r-flextable
(package (package
(name "r-flextable") (name "r-flextable")
(version "0.7.0") (version "0.7.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "flextable" version)) (uri (cran-uri "flextable" version))
(sha256 (sha256
(base32 (base32
"15vr5lb87712mymsvv01kz9s1fb54sx5kybsa2x547k5g10dbrbm")))) "03nxh9a9q0jgqz05i7kgp8zjncpq9m4f54dx3bvqgpds4hcqxli9"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-base64enc (list r-base64enc