Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.6.7.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.7.
This commit is contained in:
Ricardo Wurmus 2021-07-26 15:19:07 +02:00
parent 8816d7e130
commit c633e5f40a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8837,14 +8837,14 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
(version "0.6.6")
(version "0.6.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"1f4yb2sgy6m0y2s5jcxa3vpbizyc72qj1n8i3vi2a4pjhnv3bn2g"))))
"0yj9d84h4387vib988qqjzvknsdy4j8h7dd13ki7gqs443hzlnrd"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)