[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
56/57: gnu: r-blob: Update to 1.2.2.
From: |
guix-commits |
Subject: |
56/57: gnu: r-blob: Update to 1.2.2. |
Date: |
Mon, 26 Jul 2021 09:39:36 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit c307448d650ee3bc5d3dc2da0ad0afe28fb25133
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jul 26 15:19:15 2021 +0200
gnu: r-blob: Update to 1.2.2.
* gnu/packages/statistics.scm (r-blob): Update to 1.2.2.
---
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 5f1d6fc..138957c 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2832,13 +2832,13 @@ that package, other packages are unaffected.")
(define-public r-blob
(package
(name "r-blob")
- (version "1.2.1")
+ (version "1.2.2")
(source (origin
(method url-fetch)
(uri (cran-uri "blob" version))
(sha256
(base32
- "1slb5mvxfyi92i8ifx2qa31hp57inilwhq1g9lzvgha6jrxbqm7g"))))
+ "1yn7f13icaix0apxp4drnciwdn8bx8xmbd129jd7ck4rcly0axj9"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rlang" ,r-rlang)
- 48/57: gnu: r-readtext: Update to 0.81., (continued)
- 48/57: gnu: r-readtext: Update to 0.81., guix-commits, 2021/07/26
- 53/57: gnu: r-tibble: Update to 3.1.3., guix-commits, 2021/07/26
- 57/57: gnu: r-ranger: Update to 0.13.1., guix-commits, 2021/07/26
- 45/57: gnu: r-phangorn: Update to 2.7.1., guix-commits, 2021/07/26
- 49/57: gnu: r-tzdb: Update to 0.1.2., guix-commits, 2021/07/26
- 50/57: gnu: r-vroom: Update to 1.5.3., guix-commits, 2021/07/26
- 51/57: gnu: r-stringi: Update to 1.7.3., guix-commits, 2021/07/26
- 52/57: gnu: r-pryr: Update to 0.1.5., guix-commits, 2021/07/26
- 54/57: gnu: r-readr: Update to 2.0.0., guix-commits, 2021/07/26
- 55/57: gnu: r-rcpparmadillo: Update to 0.10.6.0.0., guix-commits, 2021/07/26
- 56/57: gnu: r-blob: Update to 1.2.2.,
guix-commits <=