me
/
guix
Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.6.6.

* gnu/packages/cran.scm (r-flextable): Update to 0.6.6.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -8452,14 +8452,14 @@ functions.")
(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)