gnu: r-summarytools: Update to 1.0.0.

* gnu/packages/cran.scm (r-summarytools): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2021-07-29 17:10:38 +02:00
parent 1cc30d1eb6
commit d30f6cd6cc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11429,14 +11429,14 @@ (define-public r-pander
(define-public r-summarytools
(package
(name "r-summarytools")
(version "0.9.9")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "summarytools" version))
(sha256
(base32
"0ig7vgjvldbndwhky1bsi38zifr9ji8xvvfqbfffplac08llvrbr"))))
"04qcysfywljnqkcz2b7kzpy0xv3ykkvvb14vnda63z1wvmadyhkn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-base64enc" ,r-base64enc)