gnu: r-flextable: Update to 0.6.4.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.4.
This commit is contained in:
Ricardo Wurmus 2021-03-15 13:41:29 +01:00
parent 77e5a20c43
commit 796a2241e3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8330,14 +8330,14 @@ (define-public r-moonbook
(define-public r-flextable
(package
(name "r-flextable")
(version "0.6.3")
(version "0.6.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"0as80m19lvajc0vzllq9d9p63zglsm2ph7vdfg3jgk90jp8j76dg"))))
"1ykjfnqhn8nd9f3l4jj8hf1bbjjckkna3p7fdsg0a73c05a17yma"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)