me
/
guix
Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.5.6.

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

View File

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