[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/174: gnu: r-digest: Update to 0.6.33.
From: |
guix-commits |
Subject: |
07/174: gnu: r-digest: Update to 0.6.33. |
Date: |
Wed, 12 Jul 2023 08:30:41 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 138d0dd9ade6b47dc16e4cfaee2baf9c0a95ee33
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 10 23:00:47 2023 +0200
gnu: r-digest: Update to 0.6.33.
* gnu/packages/statistics.scm (r-digest): Update to 0.6.33.
[native-inputs]: Add r-simplermarkdown.
---
gnu/packages/statistics.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 5e56a1e89c..e9a592f2e0 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -956,19 +956,20 @@ effects of different types of color-blindness.")
(define-public r-digest
(package
(name "r-digest")
- (version "0.6.31")
+ (version "0.6.33")
(source
(origin
(method url-fetch)
(uri (cran-uri "digest" version))
(sha256
- (base32 "1f9isi4i2502f88c2sh4l461hgyary2aa02zd47pb9mc1r4lya2s"))))
+ (base32 "06bq696wpmn8ivbrpxw0qlcf835kc515m8jfv9zbwf8ndf42qw5y"))))
(build-system r-build-system)
;; Vignettes require r-knitr, which requires r-digest, so we have to
;; disable them and the tests.
(arguments
`(#:tests? #f
#:configure-flags (list "--no-build-vignettes")))
+ (native-inputs (list r-simplermarkdown))
(home-page "https://dirk.eddelbuettel.com/code/digest.html")
(synopsis "Create cryptographic hash digests of R objects")
(description
- 02/174: gnu: r-bslib: Update to 0.5.0., (continued)
- 02/174: gnu: r-bslib: Update to 0.5.0., guix-commits, 2023/07/12
- 01/174: refresh: Sort update specs by package location., guix-commits, 2023/07/12
- 08/174: gnu: r-lme4: Update to 1.1-34., guix-commits, 2023/07/12
- 10/174: gnu: r-gprofiler2: Update to 0.2.2., guix-commits, 2023/07/12
- 09/174: gnu: r-v8: Update to 4.3.2., guix-commits, 2023/07/12
- 12/174: gnu: r-gmp: Update to 0.7-2., guix-commits, 2023/07/12
- 04/174: gnu: r-opencpu: Update to 2.2.10., guix-commits, 2023/07/12
- 14/174: gnu: r-leidenalg: Update to 1.1.0., guix-commits, 2023/07/12
- 03/174: gnu: r-rgl: Update to 1.2.1., guix-commits, 2023/07/12
- 06/174: import/cran: Add one more package name transformation., guix-commits, 2023/07/12
- 07/174: gnu: r-digest: Update to 0.6.33.,
guix-commits <=
- 11/174: gnu: r-haven: Update to 2.5.3., guix-commits, 2023/07/12
- 21/174: gnu: r-scistreer: Update to 1.2.0., guix-commits, 2023/07/12
- 13/174: gnu: Add r-envstats., guix-commits, 2023/07/12
- 15/174: gnu: r-terra: Update to 1.7-39., guix-commits, 2023/07/12
- 16/174: gnu: r-igraph: Update to 1.5.0., guix-commits, 2023/07/12
- 17/174: gnu: r-mlr3: Update to 0.16.1., guix-commits, 2023/07/12
- 18/174: gnu: apache-arrow: Update to 12.0.1., guix-commits, 2023/07/12
- 19/174: gnu: r-biomartr: Update to 1.0.4., guix-commits, 2023/07/12
- 22/174: gnu: r-ggpicrust2: Update to 1.7.1., guix-commits, 2023/07/12
- 24/174: gnu: r-googledrive: Update to 2.1.1., guix-commits, 2023/07/12