me
/
guix
Archived
1
0
Fork 0

gnu: r-parsedate: Update to 1.2.1.

* gnu/packages/cran.scm (r-parsedate): Update to 1.2.1.
master
Ricardo Wurmus 2021-05-04 07:13:07 +02:00
parent f65d223eec
commit 22778956e8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6874,14 +6874,14 @@ and Eclat.")
(define-public r-parsedate
(package
(name "r-parsedate")
(version "1.2.0")
(version "1.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "parsedate" version))
(sha256
(base32
"0gb3w6hmwxayhijpf36p5dk4h6bbdps57x3cgikwvvxkgi83rarr"))))
"05l6f1n3dsm383w7jfg3j38klvmzzfvc7qi9zr5ij13rljj8s1vb"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rematch2" ,r-rematch2)))