summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZheng Junjie <z572@z572.online>2025-02-08 01:44:46 +0800
committerZheng Junjie <z572@z572.online>2025-02-08 01:44:46 +0800
commit6717c6eabb4abce20b518ca95c77ef9bb47c1ac9 (patch)
tree692543c7158feaf62a5b6af4320df678114c99af
parent24e33f3a017f7f1bbf1ccec1c9c2dbe7a87ae4c0 (diff)
gnu: python-pytz: Update to 2025.1.
* gnu/packages/time.scm (python-pytz): Update to 2025.1. Change-Id: I038f9f09f38322d95ad7137a058aab1a33572b0c
-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 9dd1e7e00a..39c8aff064 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -200,14 +200,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 "2023.3.post1")
+ (version "2025.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
(base32
- "0yrxykwhk18x22lp0hjlj98mgnzrzlclz8kxam5vl7jap6zdskvv"))))
+ "13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")