~ruther/guix-local

56dbb54917de549561462ad40512311f9955f6d4 — Vinicius Monego a year ago a56b0f7
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
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -4
@@ 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}