mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-digest: Update to 0.6.23.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.23.
This commit is contained in:
parent
5b720c15d1
commit
0dc62774e1
1 changed files with 2 additions and 2 deletions
|
@ -803,13 +803,13 @@ (define-public r-dichromat
|
||||||
(define-public r-digest
|
(define-public r-digest
|
||||||
(package
|
(package
|
||||||
(name "r-digest")
|
(name "r-digest")
|
||||||
(version "0.6.22")
|
(version "0.6.23")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "digest" version))
|
(uri (cran-uri "digest" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qav52y1qmkg9j2g48mrl6bbjwhs0fs9dl55xb62lfkrihkappqh"))))
|
(base32 "18h5s8vkdcz2vhpsx6g3ig00zalrihr03skn95zw3lr2y56pafmp"))))
|
||||||
(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 a new issue