guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: python-pytz: Update to 2018.9.


From: guix-commits
Subject: 15/17: gnu: python-pytz: Update to 2018.9.
Date: Mon, 4 Mar 2019 17:03:51 -0500 (EST)

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

commit 4c97f959021ce772a3162d17ec8b7aa13905fd85
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 4 19:47:17 2019 +0100

    gnu: python-pytz: Update to 2018.9.
    
    * gnu/packages/time.scm (python-pytz): Update to 2018.9.
---
 gnu/packages/time.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index e67960d..04dbd8f 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")



reply via email to

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