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>
This commit is contained in:
Cayetano Santos 2025-09-01 16:38:42 +02:00 committed by Sharlatan Hellseher
parent 8aee93d34a
commit 17ae4546b6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3208,7 +3208,7 @@ configuration file.")
(define-public python-pytooling (define-public python-pytooling
(package (package
(name "python-pytooling") (name "python-pytooling")
(version "8.5.0") (version "8.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3217,7 +3217,7 @@ configuration file.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1r4c7wyvqhpxdkfw9akff4ki4azbvamzs9mkb61005wx4qr3a1rr")))) (base32 "084zd009f280rhkry0vnzlrx21qv6djf3wda1l859z7iv592lwmq"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (arguments
(list (list