guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: python-urwidtrees: Update to 1.0.3.


From: guix-commits
Subject: 01/04: gnu: python-urwidtrees: Update to 1.0.3.
Date: Sat, 27 Nov 2021 04:07:35 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e5a1d306785a394c45533cc03e6002a5c5202f47
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Nov 24 15:00:31 2021 +0100

    gnu: python-urwidtrees: Update to 1.0.3.
    
    * gnu/packages/python-xyz.scm (python-urwidtrees): Update to 1.0.3.
    [arguments]: Use setuptools.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/python-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2e0135f..ffd3986 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8855,7 +8855,7 @@ distance between two or more sequences by many 
algorithms.")
 (define-public python-urwidtrees
   (package
     (name "python-urwidtrees")
-    (version "1.0.2")
+    (version "1.0.3")
     (source
       (origin
         (method git-fetch)
@@ -8867,11 +8867,10 @@ distance between two or more sequences by many 
algorithms.")
         (file-name (git-file-name name version))
         (sha256
           (base32
-           "1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
+           "1y1vysx7jg0vbrarlsykhf7nmr8fc6k1fva1q3i98xq2m30s6r68"))))
     (build-system python-build-system)
     (arguments
-     '(#:use-setuptools? #f
-       #:tests? #f)) ; no tests
+     '(#:tests? #f)) ; no tests
     (propagated-inputs `(("python-urwid" ,python-urwid)))
     (home-page "https://github.com/pazz/urwidtrees";)
     (synopsis "Tree widgets for urwid")



reply via email to

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