gnu: r-flextable: Update to 0.6.5.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.5.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:08 +02:00
parent 8067bcdf53
commit 2f88711ce3
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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