From 56dbb54917de549561462ad40512311f9955f6d4 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Fri, 27 Jun 2025 23:23:09 -0300 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 05893b6c69484bcaea6413205d31b8d4eb23e3f9..84b4d3067450cff81929bce83f1b700971a4bdb2 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}