gnu: r-timedate: Update to 4021.107.

* gnu/packages/cran.scm (r-timedate): Update to 4021.107.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:17 +01:00
parent 2b184f70e0
commit efdd3ef2f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

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