gnu: r-timedate: Update to 4022.108.

* gnu/packages/cran.scm (r-timedate): Update to 4022.108.
This commit is contained in:
Ricardo Wurmus 2023-01-09 22:15:14 +01:00
parent 8c83db6a38
commit ba4117bf61
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6195,14 +6195,14 @@ (define-public r-timechange
(define-public r-timedate
(package
(name "r-timedate")
(version "4021.107")
(version "4022.108")
(source
(origin
(method url-fetch)
(uri (cran-uri "timeDate" version))
(sha256
(base32
"1i54a425r5hi08yl9rb2qh1nynh29ppv9b4h46cxyzn1ybqlr9sg"))))
"1vyfpz2ac43c0s6a4j4d0xfc430mwgw3syf03xszzggnw97rp555"))))
(properties `((upstream-name . "timeDate")))
(build-system r-build-system)
(home-page "https://www.rmetrics.org")