diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-06-27 23:23:09 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-29 00:04:43 -0300 |
| commit | 56dbb54917de549561462ad40512311f9955f6d4 (patch) | |
| tree | 4b064fced79559df17f5c19c8c8dd74bd11507ca /gnu/packages/python-xyz.scm | |
| parent | a56b0f76c062d2a5a7a0361122e034ce88e5dc9e (diff) | |
gnu: python-urwidtrees: Update to 1.0.4.
* gnu/packages/python-xyz.scm (python-urwidtrees): Update to 1.0.4.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools, python-wheel.
Change-Id: I42a7f4aa9b6aa6a0af547a0d3c62f28d262f8e38
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 05893b6c69..84b4d30674 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14940,7 +14940,7 @@ distance between two or more sequences by many algorithms.") (define-public python-urwidtrees (package (name "python-urwidtrees") - (version "1.0.3") + (version "1.0.4") (source (origin (method git-fetch) @@ -14952,12 +14952,12 @@ distance between two or more sequences by many algorithms.") (file-name (git-file-name name version)) (sha256 (base32 - "1y1vysx7jg0vbrarlsykhf7nmr8fc6k1fva1q3i98xq2m30s6r68")))) - (build-system python-build-system) + "17k0gx8i7wrzw6skzdjh9b8v3n6lb5zvg9jrybc3d09p8ipvc31i")))) + (build-system pyproject-build-system) (arguments '(#:tests? #f)) ; no tests (propagated-inputs (list python-urwid)) - (native-inputs (list python-mock)) + (native-inputs (list python-mock python-setuptools python-wheel)) (home-page "https://github.com/pazz/urwidtrees") (synopsis "Tree widgets for urwid") (description "Urwidtrees is a Widget Container API for the @code{urwid} |
