gnu: r-digest: Update to 0.6.18.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.18.
This commit is contained in:
Ricardo Wurmus 2018-10-28 19:31:59 +01:00
parent b85f805090
commit 058394967c
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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