summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorZheng Junjie <zhengjunjie@iscas.ac.cn>2024-01-19 20:36:56 +0800
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:44:30 +0200
commit0f1ed70bee69a18efa94ddb1007368e20cec6ee4 (patch)
tree4dd8c913b3d70ee43fd815a7dff2c1c7ce764e88 /gnu/packages/time.scm
parent44fe89f7954592f693bae7a5159cbd3fc23392e3 (diff)
gnu: python-pytz: Update to 2023.3.post1.
* gnu/packages/time.scm (python-pytz): Update to 2023.3.post1. Change-Id: Ia8b4a58127be7acc9a188ae1eaffa61a05842e05 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 4a02f92da8a..d1be0043406 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -24,6 +24,7 @@
24;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com> 24;;; Copyright © 2023 Sharlatan Hellseher <sharlatanus@gmail.com>
25;;; Copyright © 2024 Liliana Marie Prikler <liliana.prikler@gmail.com> 25;;; Copyright © 2024 Liliana Marie Prikler <liliana.prikler@gmail.com>
26;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com> 26;;; Copyright © 2024 Sharlatan Hellseher <sharlatanus@gmail.com>
27;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
27;;; 28;;;
28;;; This file is part of GNU Guix. 29;;; This file is part of GNU Guix.
29;;; 30;;;
@@ -167,14 +168,14 @@ expressions.")
167 (package 168 (package
168 (name "python-pytz") 169 (name "python-pytz")
169 ;; This package should be kept in sync with tzdata in (gnu packages base). 170 ;; This package should be kept in sync with tzdata in (gnu packages base).
170 (version "2022.1") 171 (version "2023.3.post1")
171 (source 172 (source
172 (origin 173 (origin
173 (method url-fetch) 174 (method url-fetch)
174 (uri (pypi-uri "pytz" version)) 175 (uri (pypi-uri "pytz" version))
175 (sha256 176 (sha256
176 (base32 177 (base32
177 "19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy")))) 178 "0yrxykwhk18x22lp0hjlj98mgnzrzlclz8kxam5vl7jap6zdskvv"))))
178 (build-system python-build-system) 179 (build-system python-build-system)
179 (home-page "http://pythonhosted.org/pytz") 180 (home-page "http://pythonhosted.org/pytz")
180 (synopsis "Python timezone library") 181 (synopsis "Python timezone library")