guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

32/43: gnu: python-pytz: Update to 2018.5.


From: Marius Bakke
Subject: 32/43: gnu: python-pytz: Update to 2018.5.
Date: Tue, 21 Aug 2018 11:25:58 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit cb5ba282ccbf75ec092030daab41dfb6ae19b7c8
Author: Marius Bakke <address@hidden>
Date:   Tue Aug 21 07:26:24 2018 +0200

    gnu: python-pytz: Update to 2018.5.
    
    * gnu/packages/time.scm (python-pytz): Update to 2018.5.
    [source](uri): Update file extension.
    [native-inputs]: Remove.
---
 gnu/packages/time.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index fc831ab..13eded4 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -88,17 +88,15 @@ to a file.")
 (define-public python-pytz
   (package
     (name "python-pytz")
-    (version "2017.3")
+    (version "2018.5")
     (source
      (origin
       (method url-fetch)
-      (uri (pypi-uri "pytz" version ".zip"))
+      (uri (pypi-uri "pytz" version ".tar.gz"))
       (sha256
        (base32
-        "1dw5l527vcafvdqq4wadwl7ikhb2sssz0v0cssibh8890kyczr7s"))))
+        "0xzj5gkpdn2da8m6j47chlp6zrzcypv9m0fjv4236q3jw4fyzfgz"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("unzip" ,unzip)))
     (home-page "http://pythonhosted.org/pytz";)
     (synopsis "Python timezone library")
     (description "This library brings the Olson tz database into Python.  It



reply via email to

[Prev in Thread] Current Thread [Next in Thread]