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
|
@ -4845,15 +4845,17 @@ and Eclat.")
|
||||||
(define-public r-parsedate
|
(define-public r-parsedate
|
||||||
(package
|
(package
|
||||||
(name "r-parsedate")
|
(name "r-parsedate")
|
||||||
(version "1.1.3")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "parsedate" version))
|
(uri (cran-uri "parsedate" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mg7hbm3903iwvmpn51gjpaaq03rsp72hjb1g8h5g84r81iha002"))))
|
"0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("r-rematch2" ,r-rematch2)))
|
||||||
(home-page "https://github.com/gaborcsardi/parsedate")
|
(home-page "https://github.com/gaborcsardi/parsedate")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Recognize and parse dates in various formats")
|
"Recognize and parse dates in various formats")
|
||||||
|
|
Loading…
Reference in New Issue