gnu: r-digest: Update to 0.6.12.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.12.
This commit is contained in:
parent
344e4741a1
commit
9948b8e24c
|
@ -684,13 +684,13 @@ effects of different types of color-blindness.")
|
||||||
(define-public r-digest
|
(define-public r-digest
|
||||||
(package
|
(package
|
||||||
(name "r-digest")
|
(name "r-digest")
|
||||||
(version "0.6.10")
|
(version "0.6.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "digest" version))
|
(uri (cran-uri "digest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "07825781nl85gx3pqskc04ywgs0f874qj9z2nyrwz7h0aqks0l8c"))))
|
(base32 "1awy9phxdvqnadby7rvwy2hkbrj210bqf4xvi27asdq028zlcyd4"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Vignettes require r-knitr, which requires r-digest, so we have to
|
;; Vignettes require r-knitr, which requires r-digest, so we have to
|
||||||
;; disable them and the tests.
|
;; disable them and the tests.
|
||||||
|
|
Loading…
Reference in New Issue