gnu: r-summarytools: Update to 0.9.4.

* gnu/packages/cran.scm (r-summarytools): Update to 0.9.4.
master
Ricardo Wurmus 2019-09-02 14:33:07 +02:00
parent 1656a4259b
commit 084ea3481b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8518,14 +8518,14 @@ ways.")
(define-public r-summarytools
(package
(name "r-summarytools")
(version "0.9.3")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "summarytools" version))
(sha256
(base32
"1wfbkgvicaic37zgpr6zcm4a58yx43p59h0sqggdj44ncqs7147f"))))
"1n695baz56mg4f13xjjadfq0xalw5xsn6xicil0yap5hgi8fsr3a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-checkmate" ,r-checkmate)