summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-11-05 08:21:11 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-11-19 09:42:12 +0900
commit8df23176179963fe3157eabfb68437f31eab49c7 (patch)
tree42fa1cd2a9ab94e551a1ceae8a9aed520aefdf14
parentf23aeb381449554aa21c5fb7d18485c14cb9264f (diff)
gnu: python-pytz: Update to 2025.2.
* gnu/packages/time.scm (python-pytz): Update to 2025.2. Change-Id: I9a38a80b0c41b51a9315ab56caaec385085ac11c
-rw-r--r--gnu/packages/time.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 1763b29a672..3fd90ddb27d 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -281,14 +281,14 @@ you will remove support for the pytz-specific interface.")
281 (package 281 (package
282 (name "python-pytz") 282 (name "python-pytz")
283 ;; This package should be kept in sync with tzdata in (gnu packages base). 283 ;; This package should be kept in sync with tzdata in (gnu packages base).
284 (version "2025.1") 284 (version "2025.2")
285 (source 285 (source
286 (origin 286 (origin
287 (method url-fetch) 287 (method url-fetch)
288 (uri (pypi-uri "pytz" version)) 288 (uri (pypi-uri "pytz" version))
289 (sha256 289 (sha256
290 (base32 290 (base32
291 "13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2")))) 291 "1hw1drs4cdc1cp3j92dk93h46dj5zg3hj66n3b10k8j9pcyrw2rn"))))
292 (build-system pyproject-build-system) 292 (build-system pyproject-build-system)
293 (arguments 293 (arguments
294 (list #:test-backend #~'unittest 294 (list #:test-backend #~'unittest