guix_mirror_bot pushed a commit to branch add-compress-debug-symbols-phase
in repository guix.

commit 62ddd6461195710abd3745faa9d4232477f52df2
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Nov 5 08:21:11 2025 +0900

    gnu: python-pytz: Update to 2025.2.
    
    * gnu/packages/time.scm (python-pytz): Update to 2025.2.
    
    Change-Id: I9a38a80b0c41b51a9315ab56caaec385085ac11c
---
 gnu/packages/time.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 1763b29a67..3fd90ddb27 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -281,14 +281,14 @@ you will remove support for the pytz-specific interface.")
   (package
     (name "python-pytz")
     ;; This package should be kept in sync with tzdata in (gnu packages base).
-    (version "2025.1")
+    (version "2025.2")
     (source
      (origin
       (method url-fetch)
       (uri (pypi-uri "pytz" version))
       (sha256
        (base32
-        "13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2"))))
+        "1hw1drs4cdc1cp3j92dk93h46dj5zg3hj66n3b10k8j9pcyrw2rn"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:test-backend #~'unittest

Reply via email to