me
/
guix
Archived
1
0
Fork 0

gnu: r-flextable: Update to 0.4.6.

* gnu/packages/cran.scm (r-flextable): Update to 0.4.6.
master
Ricardo Wurmus 2018-11-07 11:54:23 +01:00
parent 84d0d860e1
commit 244a5c43ec
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4896,14 +4896,14 @@ functions.")
(define-public r-flextable
(package
(name "r-flextable")
(version "0.4.5")
(version "0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "flextable" version))
(sha256
(base32
"09j2y0z7rkc0w1cl9pp1cpk6fnzzfr6245mxa3ca42z9k2cy2jfl"))))
"0fa42dvf0wyl91w4v0rywm3xgw9n03cfyl28ficrv8iabz4k4382"))))
(build-system r-build-system)
(propagated-inputs
`(("r-gdtools" ,r-gdtools)