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>master
parent
bd7ef5ab0f
commit
e5a1d30678
|
@ -8855,7 +8855,7 @@ distance between two or more sequences by many algorithms.")
|
||||||
(define-public python-urwidtrees
|
(define-public python-urwidtrees
|
||||||
(package
|
(package
|
||||||
(name "python-urwidtrees")
|
(name "python-urwidtrees")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8867,11 +8867,10 @@ distance between two or more sequences by many algorithms.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n1kpidvkdnsqyb82vlvk78gmly96kh8351lqxn2pzgwwns6fml2"))))
|
"1y1vysx7jg0vbrarlsykhf7nmr8fc6k1fva1q3i98xq2m30s6r68"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:use-setuptools? #f
|
'(#:tests? #f)) ; no tests
|
||||||
#:tests? #f)) ; no tests
|
|
||||||
(propagated-inputs `(("python-urwid" ,python-urwid)))
|
(propagated-inputs `(("python-urwid" ,python-urwid)))
|
||||||
(home-page "https://github.com/pazz/urwidtrees")
|
(home-page "https://github.com/pazz/urwidtrees")
|
||||||
(synopsis "Tree widgets for urwid")
|
(synopsis "Tree widgets for urwid")
|
||||||
|
|
Reference in New Issue