[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#52075] [PATCH 1/4] gnu: python-urwidtrees: Update to 1.0.3.
From: |
Tanguy Le Carrour |
Subject: |
[bug#52075] [PATCH 1/4] gnu: python-urwidtrees: Update to 1.0.3. |
Date: |
Wed, 24 Nov 2021 11:00:13 +0100 |
* gnu/packages/python-xyz.scm (python-urwidtrees): Update to 1.0.3.
[arguments]: Use setuptools.
---
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 34d4910194..abb1e78e62 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8855,7 +8855,7 @@ (define-public python-textdistance
(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 @@ (define-public python-urwidtrees
(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")
--
2.34.0
- [bug#52075] [PATCH 0/4] gnu: alot: Update to 0.10., Tanguy Le Carrour, 2021/11/24
- [bug#52075] [PATCH 1/4] gnu: python-urwidtrees: Update to 1.0.3.,
Tanguy Le Carrour <=
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy Le Carrour, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy LE CARROUR, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Jack Hill, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/24
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Jack Hill, 2021/11/24
- bug#52075: [PATCH 3/4] gnu: Add python-notmuch2., Nicolas Goaziou, 2021/11/27
- [bug#52075] [PATCH 3/4] gnu: Add python-notmuch2., Tanguy LE CARROUR, 2021/11/28
[bug#52075] [PATCH 2/4] gnu: notmuch: Update to 0.34.1., Tanguy Le Carrour, 2021/11/24