This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 16b22c416e gnu: python-pytooling: Update to 8.7.6.
16b22c416e is described below

commit 16b22c416e7e41bfbda3830c6c8a4deea7c54715
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Oct 29 21:14:24 2025 +0100

    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 <[email protected]>
---
 gnu/packages/python-xyz.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 61e092a72f..6a811c845c 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

Reply via email to