gnu: r-flextable: Update to 0.5.9.

* gnu/packages/cran.scm (r-flextable): Update to 0.5.9.
This commit is contained in:
Ricardo Wurmus 2020-03-06 12:13:49 +01:00
parent be01767cb9
commit 36488596b4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6504,14 +6504,14 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
(version "0.5.8")
(version "0.5.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"1x24rz1r5xin122czg85d7nrkwpaabb60p50m3yrd3dh81vfp0hk"))))
"1rkz0nhwjy1l8sb0kmna5v492n2ydnk7gydswnmf88r8vfyjczhw"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)