gnu: r-flextable: Update to 0.6.8.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.8.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:19 +02:00
parent 1a80f1e042
commit 57448d5b40
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8963,14 +8963,14 @@ (define-public r-moonbook
(define-public r-flextable
(package
(name "r-flextable")
(version "0.6.7")
(version "0.6.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"0yj9d84h4387vib988qqjzvknsdy4j8h7dd13ki7gqs443hzlnrd"))))
"1b4hyrarxbk4d1ma5gy162b13nm5r5ysi049bxgcfim50rh40igs"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)