[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
133/146: gnu: r-blob: Update to 1.2.3.
From: |
guix-commits |
Subject: |
133/146: gnu: r-blob: Update to 1.2.3. |
Date: |
Mon, 11 Apr 2022 17:08:47 -0400 (EDT) |
rekado pushed a commit to branch wip-r
in repository guix.
commit de64f7d36522f0f2d349f9ed4575998465905899
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:41 2022 +0200
gnu: r-blob: Update to 1.2.3.
* gnu/packages/statistics.scm (r-blob): Update to 1.2.3.
---
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 5e40a42ec0..e5c7a024ad 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2907,13 +2907,13 @@ that package, other packages are unaffected.")
(define-public r-blob
(package
(name "r-blob")
- (version "1.2.2")
+ (version "1.2.3")
(source (origin
(method url-fetch)
(uri (cran-uri "blob" version))
(sha256
(base32
- "1yn7f13icaix0apxp4drnciwdn8bx8xmbd129jd7ck4rcly0axj9"))))
+ "06v3ldnmf6f99riym1cjbm5rklxmg6cpdixm6armc6rxxs1xd21d"))))
(build-system r-build-system)
(propagated-inputs
(list r-rlang r-vctrs))
- 75/146: gnu: r-lhs: Update to 1.1.5., (continued)
- 75/146: gnu: r-lhs: Update to 1.1.5., guix-commits, 2022/04/11
- 76/146: gnu: r-tuner: Update to 1.4.0., guix-commits, 2022/04/11
- 105/146: gnu: r-mlecens: Update to 0.1-5., guix-commits, 2022/04/11
- 119/146: gnu: r-matrix: Update to 1.4-1., guix-commits, 2022/04/11
- 145/146: gnu: r-norm: Update to 1.0-10.0., guix-commits, 2022/04/11
- 142/146: gnu: r-tsne: Update to 0.1-3.1., guix-commits, 2022/04/11
- 140/146: gnu: r-rcppeigen: Update to 0.3.3.9.2., guix-commits, 2022/04/11
- 113/146: gnu: r-tzdb: Update to 0.3.0., guix-commits, 2022/04/11
- 134/146: gnu: r-rsqlite: Update to 2.2.12., guix-commits, 2022/04/11
- 139/146: gnu: r-robustbase: Update to 0.95-0., guix-commits, 2022/04/11
- 133/146: gnu: r-blob: Update to 1.2.3.,
guix-commits <=