unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#64001] [PATCH core-updates] gnu: tzdata: Update to 2023c
@ 2023-06-11  0:39 Andy Tai
  2023-06-13  5:25 ` [bug#64001] [PATCH v2] gnu: tzdata: Add version 2023c Andy Tai
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2023-06-11  0:39 UTC (permalink / raw)
  To: 64001; +Cc: Andy Tai

* gnu/packages/base.scm (tzdata): Update to 2023c
---
 gnu/packages/base.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index d2f276c447..f203296f22 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1455,7 +1455,7 @@ (define-public tzdata
     (name "tzdata")
     ;; This package should be kept in sync with python-pytz in (gnu packages
     ;; time).
-    (version "2022a")
+    (version "2023c")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1463,7 +1463,7 @@ (define-public tzdata
                    version ".tar.gz"))
              (sha256
               (base32
-               "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+               "0p4nvp5bdxxdqh269nvvcfrpycbbfwm31al5whwbpsaa3dfhnl9z"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f
@@ -1531,7 +1531,7 @@ (define-public tzdata
                           version ".tar.gz"))
                     (sha256
                      (base32
-                      "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
+                      "1rqln88ki0jagi372nqyn7bs03rf2l33081sy2835mwsn4mpzla6")))))
     (home-page "https://www.iana.org/time-zones")
     (synopsis "Database of current and historical time zones")
     (description "The Time Zone Database (often called tz or zoneinfo)

base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#64001] [PATCH v2] gnu: tzdata: Add version 2023c
  2023-06-11  0:39 [bug#64001] [PATCH core-updates] gnu: tzdata: Update to 2023c Andy Tai
@ 2023-06-13  5:25 ` Andy Tai
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Tai @ 2023-06-13  5:25 UTC (permalink / raw)
  To: 64001; +Cc: Andy Tai

* gnu/packages/base.scm (tzdata-next): Version 2023c as new variable
---
 gnu/packages/base.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/base.scm b/gnu/packages/base.scm
index d2f276c447..fa9fe5580f 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1551,6 +1551,27 @@ (define-public tzdata
 ;;; package.
 (define-public tzdata-for-tests tzdata)
 
+;; needed for Europe/Kyiv addition
+(define-public tzdata-next
+  (package/inherit tzdata
+    (version "2023c")
+    (source (origin
+             (method url-fetch)
+             (uri (string-append
+                   "https://data.iana.org/time-zones/releases/tzdata"
+                   version ".tar.gz"))
+             (sha256
+              (base32
+               "0p4nvp5bdxxdqh269nvvcfrpycbbfwm31al5whwbpsaa3dfhnl9z"))))
+    (inputs (list (origin
+                    (method url-fetch)
+                    (uri (string-append
+                          "https://data.iana.org/time-zones/releases/tzcode"
+                          version ".tar.gz"))
+                    (sha256
+                     (base32
+                      "1rqln88ki0jagi372nqyn7bs03rf2l33081sy2835mwsn4mpzla6")))))))
+
 (define-public libiconv
   (package
     (name "libiconv")

base-commit: 6fe9a004dba2d4ddf69ff6f1714af15ffaa7e62a
-- 
2.40.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-06-13 19:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11  0:39 [bug#64001] [PATCH core-updates] gnu: tzdata: Update to 2023c Andy Tai
2023-06-13  5:25 ` [bug#64001] [PATCH v2] gnu: tzdata: Add version 2023c Andy Tai

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).