unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68027] [PATCH 0/2] Update tzdata.
@ 2023-12-25 15:21 Nicolas Graves via Guix-patches via
  2023-12-25 15:25 ` [bug#68027] [PATCH 1/2] gnu: python-pytz: Update to 2023.2 Nicolas Graves via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-12-25 15:21 UTC (permalink / raw)
  To: 68027; +Cc: ngraves

This patch series updates tzdata and python-pytz to version of february 2023. This triggers a huge amount of rebuilds, it's for core-updates. 

Nicolas Graves (2):
  gnu: python-pytz: Update to 2023.2.
  gnu: tzdata: Update to 2023b.

 gnu/packages/base.scm | 6 +++---
 gnu/packages/time.scm | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

-- 
2.41.0





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

* [bug#68027] [PATCH 1/2] gnu: python-pytz: Update to 2023.2.
  2023-12-25 15:21 [bug#68027] [PATCH 0/2] Update tzdata Nicolas Graves via Guix-patches via
@ 2023-12-25 15:25 ` Nicolas Graves via Guix-patches via
  2023-12-25 15:25   ` [bug#68027] [PATCH 2/2] gnu: tzdata: Update to 2023b Nicolas Graves via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-12-25 15:25 UTC (permalink / raw)
  To: 68027; +Cc: ngraves

* gnu/packages/time.scm (python-pytz): Update to 2023.2.

Change-Id: I0df9d7e404720863b16d13618682a63cc928dcba
---
 gnu/packages/time.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..09273d73d9 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -129,14 +129,13 @@ (define-public python-pytz
   (package
     (name "python-pytz")
     ;; This package should be kept in sync with tzdata in (gnu packages base).
-    (version "2022.1")
+    (version "2023.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version))
       (sha256
-       (base32
-        "19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
+       (base32 "01ws3jqrjzgwmpxcrp9ybf0zq3giamjm0zbgcbgfplh55ihwyzd2"))))
     (build-system python-build-system)
     (home-page "http://pythonhosted.org/pytz")
     (synopsis "Python timezone library")
-- 
2.41.0





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

* [bug#68027] [PATCH 2/2] gnu: tzdata: Update to 2023b.
  2023-12-25 15:25 ` [bug#68027] [PATCH 1/2] gnu: python-pytz: Update to 2023.2 Nicolas Graves via Guix-patches via
@ 2023-12-25 15:25   ` Nicolas Graves via Guix-patches via
  0 siblings, 0 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-12-25 15:25 UTC (permalink / raw)
  To: 68027; +Cc: ngraves

* gnu/packages/base.scm (tzdata): Update to 2023b.

Change-Id: Ic34ed92837a4a6dfa0666bb3c4c23895f7094603
---
 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 ea6fdc3b88..e51c3eaae5 100644
--- a/gnu/packages/base.scm
+++ b/gnu/packages/base.scm
@@ -1553,7 +1553,7 @@ (define-public tzdata
     (name "tzdata")
     ;; This package should be kept in sync with python-pytz in (gnu packages
     ;; time).
-    (version "2022a")
+    (version "2023b")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -1561,7 +1561,7 @@ (define-public tzdata
                    version ".tar.gz"))
              (sha256
               (base32
-               "0r0nhwpk9nyxj5kkvjy58nr5d85568m04dcb69c4y3zmykczyzzg"))))
+               "0v0frv3pp6d2ki5bw5b9bvswkanmdi2j2mx9hzliyqcm9wkgsy4v"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f
@@ -1629,7 +1629,7 @@ (define-public tzdata
                           version ".tar.gz"))
                     (sha256
                      (base32
-                      "1iysv8fdkm79k8wh8jizmjmq075q4qjhk090vxjy57my6dz5wmzq")))))
+                      "1lhkpv9jqi50srw331v3kg7nl0viqmwxlb4gr18vdp36pbiq4m0i")))))
     (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)
-- 
2.41.0





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

end of thread, other threads:[~2023-12-25 15:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-25 15:21 [bug#68027] [PATCH 0/2] Update tzdata Nicolas Graves via Guix-patches via
2023-12-25 15:25 ` [bug#68027] [PATCH 1/2] gnu: python-pytz: Update to 2023.2 Nicolas Graves via Guix-patches via
2023-12-25 15:25   ` [bug#68027] [PATCH 2/2] gnu: tzdata: Update to 2023b Nicolas Graves via Guix-patches via

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).