gnu: r-digest: Update to 0.6.16.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.16.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-23 02:58:01 +02:00
parent ed61c44895
commit 39bb1cc77a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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