[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/10: gnu: r-digest: Update to 0.6.19.
From: |
guix-commits |
Subject: |
08/10: gnu: r-digest: Update to 0.6.19. |
Date: |
Mon, 20 May 2019 09:08:45 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 36ac9edc205fa985146527cccaa001bc4879156f
Author: Ricardo Wurmus <address@hidden>
Date: Mon May 20 15:08:14 2019 +0200
gnu: r-digest: Update to 0.6.19.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.19.
---
gnu/packages/statistics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 9889d5f..42045b5 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -802,13 +802,13 @@ effects of different types of color-blindness.")
(define-public r-digest
(package
(name "r-digest")
- (version "0.6.18")
+ (version "0.6.19")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
- (base32 "0k3iv0r8wy8w7zchmgrnrqv3bc149075j4817kf0q521vi4f6vbj"))))
+ (base32 "1x6cbj9qvkk7pxv9xdqibazw3x8psjp6x0m0ildx1jwyb2ymkl98"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.
- branch master updated (7a94438 -> ce7a966), guix-commits, 2019/05/20
- 02/10: gnu: r-rhisat2: Update to 1.0.1., guix-commits, 2019/05/20
- 03/10: gnu: r-quasr: Update to 1.24.2., guix-commits, 2019/05/20
- 07/10: gnu: r-ggcorrplot: Update to 0.1.3., guix-commits, 2019/05/20
- 04/10: gnu: r-edger: Update to 3.26.3., guix-commits, 2019/05/20
- 08/10: gnu: r-digest: Update to 0.6.19.,
guix-commits <=
- 10/10: gnu: r-glmnet: Update to 2.0-18., guix-commits, 2019/05/20
- 09/10: gnu: r-knitr: Update to 1.23., guix-commits, 2019/05/20
- 06/10: gnu: r-gridgraphics: Update to 0.4-1., guix-commits, 2019/05/20
- 01/10: gnu: r-regioner: Update to 1.16.2., guix-commits, 2019/05/20
- 05/10: gnu: r-limma: Update to 3.40.2., guix-commits, 2019/05/20