summaryrefslogtreecommitdiff
path: root/gnu/packages/time.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-03-04 19:47:17 +0100
committerMarius Bakke <mbakke@fastmail.com>2019-03-04 22:58:58 +0100
commit4c97f959021ce772a3162d17ec8b7aa13905fd85 (patch)
treec8ca811cce1687fc46dffe14669b477daaddf249 /gnu/packages/time.scm
parentc41d5144cf9affce02b7252493e3ac4b93a2f745 (diff)
downloadguix-patches-4c97f959021ce772a3162d17ec8b7aa13905fd85.tar
guix-patches-4c97f959021ce772a3162d17ec8b7aa13905fd85.tar.gz
gnu: python-pytz: Update to 2018.9.
* gnu/packages/time.scm (python-pytz): Update to 2018.9.
Diffstat (limited to 'gnu/packages/time.scm')
-rw-r--r--gnu/packages/time.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index e67960db0d..04dbd8f002 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 "2018.9")
(source
(origin
(method url-fetch)
- (uri (pypi-uri "pytz" version ".tar.gz"))
+ (uri (pypi-uri "pytz" version))
(sha256
(base32
- "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
+ "0k1pqnq3c4gvcspjxf3fschdjn71fk89i4wz801rxqh7f145xw6m"))))
(build-system python-build-system)
(home-page "http://pythonhosted.org/pytz")
(synopsis "Python timezone library")