guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/87: gnu: r-timedate: Update to 4022.108.


From: guix-commits
Subject: 36/87: gnu: r-timedate: Update to 4022.108.
Date: Mon, 9 Jan 2023 18:27:32 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit ba4117bf617223054c2354b884859a87896db4be
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:15:14 2023 +0100

    gnu: r-timedate: Update to 4022.108.
    
    * gnu/packages/cran.scm (r-timedate): Update to 4022.108.
---
 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 cae41c0e79..d4404c2c30 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6195,14 +6195,14 @@ included in this package.")
 (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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]