gnu: r-parsedate: Update to 1.2.0.
* gnu/packages/cran.scm (r-parsedate): Update to 1.2.0. [propagated-inputs]: Add r-rematch2.
This commit is contained in:
parent
4d970db846
commit
86ad5dbc62
1 changed files with 4 additions and 2 deletions
|
@ -4845,15 +4845,17 @@ (define-public r-arules
|
|||
(define-public r-parsedate
|
||||
(package
|
||||
(name "r-parsedate")
|
||||
(version "1.1.3")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "parsedate" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mg7hbm3903iwvmpn51gjpaaq03rsp72hjb1g8h5g84r81iha002"))))
|
||||
"0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-rematch2" ,r-rematch2)))
|
||||
(home-page "https://github.com/gaborcsardi/parsedate")
|
||||
(synopsis
|
||||
"Recognize and parse dates in various formats")
|
||||
|
|
Loading…
Reference in a new issue