gnu: r-digest: Update to 0.6.25.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.25.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:55:47 +01:00
parent 51d36a12b7
commit fb93e2f539
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -804,13 +804,13 @@ effects of different types of color-blindness.")
(define-public r-digest
(package
(name "r-digest")
(version "0.6.24")
(version "0.6.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
(base32 "01xsmcgqva9bza30zh7kj4lzapxgg4yiljfk99g4v6xng50mp604"))))
(base32 "1r9dkq0kxkps54gkmgcdngsd068p054va2vhnqhs5jmwp2vsvk0m"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.