gnu: r-digest: Update to 0.6.29.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.29.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:37 +01:00
parent b77de3ca6f
commit 4a7afefa85
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -868,13 +868,13 @@ (define-public r-dichromat
(define-public r-digest
(package
(name "r-digest")
(version "0.6.28")
(version "0.6.29")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
(base32 "006vqwfrry84xn51lxlfalzn9yqr1k81s39r0zy251azx5sqqcja"))))
(base32 "1ncwc5fwsylwlcp9vhkhszw8m5sifg74apig2m2pf168lha1yb3r"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.