gnu: r-digest: Update to 0.6.36.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.36.

Change-Id: If730343d411e2bc90b43d3e406a2090a5013717b
This commit is contained in:
Ricardo Wurmus 2024-07-02 14:58:53 +02:00
parent 8e7e5af44f
commit 1fef5bd6cd
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -977,13 +977,13 @@ (define-public r-dichromat
(define-public r-digest
(package
(name "r-digest")
(version "0.6.35")
(version "0.6.36")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
(base32 "07vqv2mnf8ppan2a3gydh4yr84n8489hypfas1rlk7050nxkycyc"))))
(base32 "0dz6gbfd9qnhn1jjfc4ni3w440183dygla4lszwkz2rmn9j76xyi"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.