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 dbd15d94e7 gnu: python-pytooling: Update to 8.15.0.
dbd15d94e7 is described below

commit dbd15d94e70ae8c822711bc7cdda2f8a602c496c
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Jun 22 09:17:52 2026 +0200

    gnu: python-pytooling: Update to 8.15.0.
    
    * gnu/packages/python-xyz.scm (python-pytooling): Update to 8.15.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c7e02cd671..cb99d53e62 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4940,7 +4940,7 @@ configuration file.")
 (define-public python-pytooling
   (package
     (name "python-pytooling")
-    (version "8.14.0")
+    (version "8.15.0")
     (source
      (origin
        (method git-fetch)
@@ -4949,7 +4949,7 @@ configuration file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02pm3h7y83rv7s6c9b861zzfqfrzrwyb31x2hjr6vj838h5kpvns"))))
+        (base32 "07h2hj00vs6svjn6qgjf7k914l0ng0zz7d9h9agjfzya33qn06yp"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to