diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 22:55:47 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-03-01 23:21:18 +0100 |
commit | fb93e2f539237e126d282d165c1ba122b0af9963 (patch) | |
tree | 31da82feeaf1d889f360581d056f64de27ed3c00 /gnu | |
parent | 51d36a12b708e8175f9272441aacf46399685b1e (diff) | |
download | patches-fb93e2f539237e126d282d165c1ba122b0af9963.tar patches-fb93e2f539237e126d282d165c1ba122b0af9963.tar.gz |
gnu: r-digest: Update to 0.6.25.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.25.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/statistics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d4769bc251..34fb36a1fa 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -804,13 +804,13 @@ effects of different types of color-blindness.") (define-public r-digest (package (name "r-digest") - (version "0.6.24") + (version "0.6.25") (source (origin (method url-fetch) (uri (cran-uri "digest" version)) (sha256 - (base32 "01xsmcgqva9bza30zh7kj4lzapxgg4yiljfk99g4v6xng50mp604")))) + (base32 "1r9dkq0kxkps54gkmgcdngsd068p054va2vhnqhs5jmwp2vsvk0m")))) (build-system r-build-system) ;; Vignettes require r-knitr, which requires r-digest, so we have to ;; disable them and the tests. |