[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/112: gnu: r-parsedate: Update to 1.3.0.
From: |
guix-commits |
Subject: |
28/112: gnu: r-parsedate: Update to 1.3.0. |
Date: |
Tue, 15 Mar 2022 15:22:13 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 8c0021fee246179db08fa75b410f45f9697336d3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Mar 12 23:04:23 2022 +0100
gnu: r-parsedate: Update to 1.3.0.
* gnu/packages/cran.scm (r-parsedate): Update to 1.3.0.
[propagated-inputs]: Remove r-rematch2.
---
gnu/packages/cran.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5fcdf7d092..4023a57f9e 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7793,17 +7793,15 @@ and Eclat.")
(define-public r-parsedate
(package
(name "r-parsedate")
- (version "1.2.1")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "parsedate" version))
(sha256
(base32
- "05l6f1n3dsm383w7jfg3j38klvmzzfvc7qi9zr5ij13rljj8s1vb"))))
+ "1c2cpsvma3fkx6zp191bpfvf5rmpsr13g8rzqk6ycyb0n7b9k4qy"))))
(build-system r-build-system)
- (propagated-inputs
- (list r-rematch2))
(home-page "https://github.com/gaborcsardi/parsedate")
(synopsis
"Recognize and parse dates in various formats")
- 100/112: gnu: r-iterators: Update to 1.0.14., (continued)
- 100/112: gnu: r-iterators: Update to 1.0.14., guix-commits, 2022/03/15
- 106/112: gnu: r-randomforest: Update to 4.7-1., guix-commits, 2022/03/15
- 105/112: gnu: r-tidyr: Update to 1.2.0., guix-commits, 2022/03/15
- 107/112: gnu: r-rrcov: Update to 1.6-2., guix-commits, 2022/03/15
- 111/112: gnu: r-lme4: Update to 1.1-28., guix-commits, 2022/03/15
- 16/112: gnu: r-circlize: Update to 0.4.14., guix-commits, 2022/03/15
- 53/112: gnu: r-ggnewscale: Update to 0.4.6., guix-commits, 2022/03/15
- 61/112: gnu: r-gamlss: Update to 5.4-1., guix-commits, 2022/03/15
- 65/112: gnu: r-rockchalk: Update to 1.8.151., guix-commits, 2022/03/15
- 101/112: gnu: r-foreach: Update to 1.5.2., guix-commits, 2022/03/15
- 28/112: gnu: r-parsedate: Update to 1.3.0.,
guix-commits <=