[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
31/35: gnu: r-digest: Update to 0.6.34.
From: |
guix-commits |
Subject: |
31/35: gnu: r-digest: Update to 0.6.34. |
Date: |
Wed, 17 Jan 2024 17:54:34 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit c6c76247f9baa1c0624c7e9654a47c1f2870ad91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:51 2024 +0100
gnu: r-digest: Update to 0.6.34.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.34.
Change-Id: Ib01bc0c2081a916cf1a9d099d9e3782a816670f1
---
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 1330b07325..9f11cc13e4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -962,13 +962,13 @@ effects of different types of color-blindness.")
(define-public r-digest
(package
(name "r-digest")
- (version "0.6.33")
+ (version "0.6.34")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
- (base32 "06bq696wpmn8ivbrpxw0qlcf835kc515m8jfv9zbwf8ndf42qw5y"))))
+ (base32 "1na47pywh059g9ymf56z232h5yxbj0gn755cb10ms5igjd97awqb"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.
- 09/35: gnu: r-rcppspdlog: Update to 0.0.16., (continued)
- 09/35: gnu: r-rcppspdlog: Update to 0.0.16., guix-commits, 2024/01/17
- 25/35: gnu: r-spatstat-data: Update to 3.0-4., guix-commits, 2024/01/17
- 27/35: gnu: r-paws-cost-management: Update to 0.5.0., guix-commits, 2024/01/17
- 29/35: gnu: r-mass: Update to 7.3-60.0.1., guix-commits, 2024/01/17
- 30/35: gnu: r-matrix: Update to 1.6-5., guix-commits, 2024/01/17
- 32/35: gnu: r-dbi: Update to 1.2.1., guix-commits, 2024/01/17
- 34/35: gnu: r-withr: Update to 3.0.0., guix-commits, 2024/01/17
- 18/35: gnu: r-ks: Update to 1.14.2., guix-commits, 2024/01/17
- 35/35: gnu: r-fastcluster: Update to 1.2.6., guix-commits, 2024/01/17
- 33/35: gnu: r-roxygen2: Update to 7.3.0., guix-commits, 2024/01/17
- 31/35: gnu: r-digest: Update to 0.6.34.,
guix-commits <=