diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-03-04 19:47:17 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-03-04 22:58:58 +0100 |
commit | 4c97f959021ce772a3162d17ec8b7aa13905fd85 (patch) | |
tree | c8ca811cce1687fc46dffe14669b477daaddf249 /gnu/packages/time.scm | |
parent | c41d5144cf9affce02b7252493e3ac4b93a2f745 (diff) | |
download | patches-4c97f959021ce772a3162d17ec8b7aa13905fd85.tar 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.scm | 6 |
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") |