gnu: r-digest: Update to 0.6.37.

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

Change-Id: I9445786cc703d704c36cf6c56d06cb53f23505cc
This commit is contained in:
Ricardo Wurmus 2024-08-25 23:17:20 +02:00
parent 0449398eb6
commit 1f312e5275
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -977,13 +977,13 @@ effects of different types of color-blindness.")
(define-public r-digest
(package
(name "r-digest")
(version "0.6.36")
(version "0.6.37")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
(base32 "0dz6gbfd9qnhn1jjfc4ni3w440183dygla4lszwkz2rmn9j76xyi"))))
(base32 "0883iyjbd50f0gwz6hgdmcsrk0i0fkjaix9hz6d4m2jbk54x3i42"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.