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.") | |||
| 266 | (package | 266 | (package |
| 267 | (name "python-pytz") | 267 | (name "python-pytz") |
| 268 | ;; This package should be kept in sync with tzdata in (gnu packages base). | 268 | ;; This package should be kept in sync with tzdata in (gnu packages base). |
| 269 | (version "2023.3.post1") | 269 | (version "2025.1") |
| 270 | (source | 270 | (source |
| 271 | (origin | 271 | (origin |
| 272 | (method url-fetch) | 272 | (method url-fetch) |
| 273 | (uri (pypi-uri "pytz" version)) | 273 | (uri (pypi-uri "pytz" version)) |
| 274 | (sha256 | 274 | (sha256 |
| 275 | (base32 | 275 | (base32 |
| 276 | "0yrxykwhk18x22lp0hjlj98mgnzrzlclz8kxam5vl7jap6zdskvv")))) | 276 | "13hpf2my8mgqkr38ch7s3rym9zz60m6pq87rcn7b46155az45ny2")))) |
| 277 | (build-system python-build-system) | 277 | (build-system python-build-system) |
| 278 | (home-page "http://pythonhosted.org/pytz") | 278 | (home-page "http://pythonhosted.org/pytz") |
| 279 | (synopsis "Python timezone library") | 279 | (synopsis "Python timezone library") |
