summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-12-12 17:35:49 +0100
committerMarius Bakke <marius@gnu.org>2020-12-13 21:44:10 +0100
commitf609faae5f0f163241b022591e9e432e04e8ccb2 (patch)
tree9a38ed6efe29226853f6d0d19b786b7f88484af7 /gnu/packages/time.scm
parentc8e83277d5242af03261fbc713d36da6dbad3afd (diff)
downloadguix-patches-f609faae5f0f163241b022591e9e432e04e8ccb2.tar
guix-patches-f609faae5f0f163241b022591e9e432e04e8ccb2.tar.gz
gnu: python-pytz: Update to 2020.4.
* gnu/packages/time.scm (python-pytz): Update to 2020.4.
Diffstat (limited to 'gnu/packages/time.scm')
-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 6b35157880..b4fa13e3ce 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -117,14 +117,14 @@ expressions.")
(define-public python-pytz
(package
(name "python-pytz")
- (version "2019.1")
+ (version "2020.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version))
(sha256
(base32
- "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
+ "0s72lz9q7rm2xgl2in0nvhn5cp0cyrxa257fpj2919g0s797ssry"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")