diff options
| author | Zheng Junjie <z572@z572.online> | 2025-02-08 01:44:46 +0800 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-07-18 20:17:28 +0200 |
| commit | f982ca32f9676a20a86bf9cf6616cb197061a244 (patch) | |
| tree | 540f2e5427e0b4d467626b1d5027f614fdbedf25 | |
| parent | 35fa3910c7b62eb76c7ef10fc008c9e75c39cd51 (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.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm index 3ae871feb33..66f9ef412ca 100644 --- a/gnu/packages/time.scm +++ b/gnu/packages/time.scm @@ -266,14 +266,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") |
