summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-06-18 15:21:40 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-06-18 15:48:36 +0200
commit71c08ee60bb3f62bac0614888fb62405f7a388ab (patch)
treec4edd1f1aac80a5127934bf502640152a65f494f /gnu/packages/time.scm
parent93253411d6a55ebdcd91de2c6eb80e1c9134d12a (diff)
downloadguix-patches-71c08ee60bb3f62bac0614888fb62405f7a388ab.tar
guix-patches-71c08ee60bb3f62bac0614888fb62405f7a388ab.tar.gz
gnu: python-pytz: Update to 2019.1.
* gnu/packages/time.scm (python-pytz): Update to 2019.1.
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 747e4cf080..9bbfe07803 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -92,14 +92,14 @@ to a file.")
(define-public python-pytz
(package
(name "python-pytz")
- (version "2018.5")
+ (version "2019.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytz" version ".tar.gz"))
(sha256
(base32
- "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
+ "0hg1r2c41gnmljdsdmdgy6kb1zkfmxsf49imd96g8znp4cyxsiyp"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")