rekado pushed a commit to branch master
in repository guix.
commit efdd3ef2f0b0efd5709dbc7d06ca090c3e264bcb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Dec 19 17:07:17 2022 +0100
gnu: r-timedate: Update to 4021.107.
* gnu/packages/cran.scm (r-timedate): Update to 4021.107.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3ef35b67f7..b8e75b3100 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -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")