gnu: r-flextable: Update to 0.6.6.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.6.
This commit is contained in:
Ricardo Wurmus 2021-05-20 10:54:42 +02:00
parent 6ea508485b
commit e35482dde9
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.5")
(version "0.6.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"1njk4kc19r2n2awxjfz4svf1pivxhn12r9dqsdvbdpbfl5wmvxzl"))))
"1f4yb2sgy6m0y2s5jcxa3vpbizyc72qj1n8i3vi2a4pjhnv3bn2g"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)