guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: python-dirsync: Update to 2.2.3.


From: Tobias Geerinckx-Rice
Subject: 01/07: gnu: python-dirsync: Update to 2.2.3.
Date: Mon, 17 Sep 2018 07:07:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 956bcc8ed2625e1eb4dbd29d4edbc229b7d3a8c4
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Sep 17 12:45:52 2018 +0200

    gnu: python-dirsync: Update to 2.2.3.
    
    * gnu/packages/python.scm (python-dirsync): Update to 2.2.3.
    [native-inputs]: Remove unzip.
---
 gnu/packages/python.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 30b65f6..6927924 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -11607,17 +11607,15 @@ perform the operations required for synchronizing 
plain text.")
 (define-public python-dirsync
   (package
     (name "python-dirsync")
-    (version "2.2.2")
+    (version "2.2.3")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "dirsync" version ".zip"))
+        (uri (pypi-uri "dirsync" version))
         (sha256
          (base32
-          "1hcdvmkwd5512zbxpin0k7bx5bkgzy3swjx7d0kj1y45af6r75v2"))))
+          "1r40fkanksagcszf1ag85mdr8w7rgc7196n6s1qlsk2abw6i7v0z"))))
     (build-system python-build-system)
-    (native-inputs
-     `(("unzip" ,unzip)))
     (propagated-inputs
      `(("six" ,python-six)))
     (home-page "https://bitbucket.org/tkhyn/dirsync";)



reply via email to

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