gnu: r-flextable: Update to 0.5.6.

* gnu/packages/cran.scm (r-flextable): Update to 0.5.6.
This commit is contained in:
Ricardo Wurmus 2019-11-14 08:19:50 +01:00
parent 7f4025aa83
commit 56b88f6c8d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6333,14 +6333,14 @@ (define-public r-moonbook
(define-public r-flextable (define-public r-flextable
(package (package
(name "r-flextable") (name "r-flextable")
(version "0.5.5") (version "0.5.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "flextable" version)) (uri (cran-uri "flextable" version))
(sha256 (sha256
(base32 (base32
"1q6x9mfk5gikqjbbra1dn8hs1rq5ws99jdjav3m113gx9f2j5yxh")))) "1f869f2dfqkzhf6yix7xcbs8rn1nwq3sg623h74zg6h1pl6px66w"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-base64enc" ,r-base64enc) `(("r-base64enc" ,r-base64enc)