guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-isodate: Update to 0.6.0.


From: guix-commits
Subject: 02/02: gnu: python-isodate: Update to 0.6.0.
Date: Fri, 4 Jan 2019 09:18:00 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e4be1faa43eb9897e62eefd234ab3a98f324e898
Author: Efraim Flashner <address@hidden>
Date:   Fri Jan 4 16:03:45 2019 +0200

    gnu: python-isodate: Update to 0.6.0.
    
    * gnu/packages/time.scm (python-isodate): Update to 0.6.0.
    [native-inputs]: Add python-six.
    [home-page]: Update to new home-page.
---
 gnu/packages/time.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/time.scm b/gnu/packages/time.scm
index bfbec79..f5c4515 100644
--- a/gnu/packages/time.scm
+++ b/gnu/packages/time.scm
@@ -233,16 +233,18 @@ under several distributions that's hard or impossible to 
figure out.")
 (define-public python-isodate
   (package
     (name "python-isodate")
-    (version "0.5.4")
+    (version "0.6.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "isodate" version))
        (sha256
         (base32
-         "0cafaiwixgpxwh9dsd28qb0dbzsj6xpxjdkyk30ns91ps10mq422"))))
+         "1n7jkz68kk5pwni540pr5zdh99bf6ywydk1p5pdrqisrawylldif"))))
     (build-system python-build-system)
-    (home-page "http://cheeseshop.python.org/pypi/isodate";)
+    (native-inputs
+     `(("python-six" ,python-six)))
+    (home-page "https://github.com/gweis/isodate/";)
     (synopsis "Python date parser and formatter")
     (description
      "Python-isodate is a python module for parsing and formatting



reply via email to

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