gnu: r-flextable: Update to 0.5.11.

* gnu/packages/cran.scm (r-flextable): Update to 0.5.11.
This commit is contained in:
Ricardo Wurmus 2020-09-14 19:02:22 +02:00
parent 07c1620f81
commit 6880269b94
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7260,14 +7260,14 @@ (define-public r-moonbook
(define-public r-flextable
(package
(name "r-flextable")
(version "0.5.10")
(version "0.5.11")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"1j7yvjiavar21ywck6nyz0p6bd66fnj99bq8lljdz4rrl3314yb8"))))
"1yb872izzr9yja7q2vfqm0imcbcgs0fvi4b19arhdlwwa42figj4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)