gnu: r-xtable: Update to 1.8-4.

* gnu/packages/statistics.scm (r-xtable): Update to 1.8-4.
This commit is contained in:
Ricardo Wurmus 2019-04-24 13:09:25 +02:00
parent 3a9991e4dd
commit 190dc09e95
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1847,14 +1847,14 @@ and fast file reading.")
(define-public r-xtable
(package
(name "r-xtable")
(version "1.8-3")
(version "1.8-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "xtable" version))
(sha256
(base32
"09f311gq9g7dzf8jdvcx72j11xb7p00jlg066jjbpa6pz3zv1cjk"))))
"077xfm0gphvhsay75amd9v90zk57kjgrrlgih04fyrbqqblc1gjs"))))
(build-system r-build-system)
(native-inputs
`(("r-knitr" ,r-knitr))) ; for vignettes