diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-10-29 21:14:24 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 13:02:14 +0000 |
| commit | 16b22c416e7e41bfbda3830c6c8a4deea7c54715 (patch) | |
| tree | a78d1167206ae71348d4c352a6341ba438215114 /gnu/packages | |
| parent | cb9e02e554d2744912d69568614cec84e836ef10 (diff) | |
gnu: python-pytooling: Update to 8.7.6.
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.7.6.
[native-inputs]: Remove python-wheel.
Change-Id: I371c4b3419c7076c0b35d3ce9f437959da912ecf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 61e092a72f2..6a811c845cd 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3769,7 +3769,7 @@ configuration file.") (define-public python-pytooling (package (name "python-pytooling") - (version "8.7.0") + (version "8.7.6") (source (origin (method git-fetch) @@ -3778,7 +3778,7 @@ configuration file.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "084zd009f280rhkry0vnzlrx21qv6djf3wda1l859z7iv592lwmq")))) + (base32 "1n0idfiwcsssvy3kfwkgdpwx7zmvzp44mv0285d8argdy6rd48p0")))) (build-system pyproject-build-system) (arguments (list @@ -3799,8 +3799,7 @@ configuration file.") python-colorama python-pytest python-ruamel.yaml - python-setuptools - python-wheel)) + python-setuptools)) (home-page "https://pytooling.github.io/pyTooling/") (synopsis "Miscellaneous Python tools") (description |
