me
/
guix
Archived
1
0
Fork 0

gnu: r-digest: Update to 0.6.24.

* gnu/packages/statistics.scm (r-digest): Update to 0.6.24.
master
Ricardo Wurmus 2020-02-19 20:55:42 +01:00
parent 7069e6c2d6
commit 26162b8be9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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