mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
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:
parent
8e7e5af44f
commit
1fef5bd6cd
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue