gnu: r-digest: Update to 0.6.23.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.23.
This commit is contained in:
Ricardo Wurmus 2019-11-24 15:02:31 +01:00
parent 5b720c15d1
commit 0dc62774e1
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -803,13 +803,13 @@ (define-public r-dichromat
(define-public r-digest
(package
(name "r-digest")
(version "0.6.22")
(version "0.6.23")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
(base32 "1qav52y1qmkg9j2g48mrl6bbjwhs0fs9dl55xb62lfkrihkappqh"))))
(base32 "18h5s8vkdcz2vhpsx6g3ig00zalrihr03skn95zw3lr2y56pafmp"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.