unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69451] [PATCH] gnu: python-tzdata: Update to 2024.1.
@ 2024-02-28 10:10 Tanguy Le Carrour
  0 siblings, 0 replies; only message in thread
From: Tanguy Le Carrour @ 2024-02-28 10:10 UTC (permalink / raw)
  To: 69451; +Cc: Tanguy Le Carrour

Hi Guix,

This patch is trivial and should not trigger much rebuilds.

Regards.

* gnu/packages/time.scm (python-tzdata): Update to 2024.1.

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

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index c4c7857c17..e369dcc295 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -17,7 +17,7 @@
 ;;; Copyright © 2019 Kyle Meyer <kyle@kyleam.com>
 ;;; Copyright © 2019 Pierre Langlois <pierre.langlois@gmx.com>
 ;;; Copyright © 2020 Lars-Dominik Braun <ldb@leibniz-psychology.org>
-;;; Copyright © 2020 Tanguy Le Carrour <tanguy@bioneland.org>
+;;; Copyright © 2020, 2024 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;; Copyright © 2021 Ryan Prior <rprior@protonmail.com>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo@hotmail.com>
 ;;; Copyright © 2022 Pradana AUMARS <paumars@courrier.dev>
@@ -132,13 +132,13 @@ (define-public python-tzdata
   (package
     (name "python-tzdata")
     ;; This package should be kept in sync with tzdata in (gnu packages base).
-    (version "2022.1")
+    (version "2024.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tzdata" version))
        (sha256
-        (base32 "1lsjhlwzvzxpp4mpa9gy5b58z3qilf9l365k889pbh1xqs76llwb"))
+        (base32 "1zbyw3m5qsxg6b1znm3r2ahsbh3a73ywvarq3ishj6c9il7i4x16"))
        (modules '((guix build utils)))
        (snippet #~(delete-file-recursively "src/tzdata/zoneinfo"))))
     (build-system pyproject-build-system)

base-commit: b77f45a62c71e326aeaab486c700bc51af29760c
prerequisite-patch-id: bdf95871f3fc6501fc2e8cff3de2f05e094b6c84
prerequisite-patch-id: 330a1248d1c165bc4ab72daf0d15ed39ee136517
prerequisite-patch-id: 4fbd3b5b5f07f7ce126c77a118d33b754c80a81d
prerequisite-patch-id: 40ba865eb7566cc508ff834373fa2853962a6701
prerequisite-patch-id: 80d998b788cea19887882c8595a0b7d4a2e701a4
prerequisite-patch-id: 82057f7fc2022b739079e9fbffe26a28bf447425
prerequisite-patch-id: 6cd31f32cad7996b8c9ad0ead019df08c76cfbe1
prerequisite-patch-id: 9072d987d861e2e84154bf01dceff7be9fc104e8
prerequisite-patch-id: 5c5d1a8a637301735a437fa09c8d7ee0d5736798
-- 
2.41.0





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-28 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-28 10:10 [bug#69451] [PATCH] gnu: python-tzdata: Update to 2024.1 Tanguy Le Carrour

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