diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-09-01 16:38:42 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-05 08:13:36 +0100 |
| commit | 17ae4546b61c0170af8283cea1656572f08b8ac7 (patch) | |
| tree | ae8c4659c03db83172efae0f519215ad4588d105 /gnu/packages/python-xyz.scm | |
| parent | 8aee93d34ae42e5d101a8660802452c3910405df (diff) | |
gnu: python-pytooling: Update to 8.7.0.
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.7.0.
Change-Id: Ie6ce81eb59a72534eed963195b2ac3b7099fde61
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1ce461508..966693104a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -3208,7 +3208,7 @@ configuration file.") (define-public python-pytooling (package (name "python-pytooling") - (version "8.5.0") + (version "8.7.0") (source (origin (method git-fetch) @@ -3217,7 +3217,7 @@ configuration file.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1r4c7wyvqhpxdkfw9akff4ki4azbvamzs9mkb61005wx4qr3a1rr")))) + (base32 "084zd009f280rhkry0vnzlrx21qv6djf3wda1l859z7iv592lwmq")))) (build-system pyproject-build-system) (arguments (list |
