GNU bug report logs -
#68027
[PATCH 0/2] Update tzdata.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Mon, 25 Dec 2023 15:22:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Graves <ngraves <at> ngraves.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/time.scm (python-pytz): Update to 2023.2.
Change-Id: I0df9d7e404720863b16d13618682a63cc928dcba
---
gnu/packages/time.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index 5c8f65a1e6..09273d73d9 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -129,14 +129,13 @@ (define-public python-pytz
(package
(name "python-pytz")
;; This package should be kept in sync with tzdata in (gnu packages base).
- (version "2022.1")
+ (version "2023.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
- (base32
- "19ya5sh7if819flgmszz585glailhi7rr8frng03n5m8wqphwxhy"))))
+ (base32 "01ws3jqrjzgwmpxcrp9ybf0zq3giamjm0zbgcbgfplh55ihwyzd2"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")
--
2.41.0
This bug report was last modified 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.