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 9426f152b7 gnu: python-pytooling: Update to 8.4.7.
9426f152b7 is described below

commit 9426f152b7ecb6b95d175a4a467ee1a8ecd9c38b
Author: Cayetano Santos <csant...@inventati.org>
AuthorDate: Tue May 27 21:31:43 2025 +0200

    gnu: python-pytooling: Update to 8.4.7.
    
    * gnu/packages/python-xyz.scm (python-pytooling): Update to 8.4.7.
    
    Change-Id: I75eb093dcc03fdd00893655cc58ae453a81d2d8f
---
 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 434d6dbb96..0058c665e3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2901,7 +2901,7 @@ configuration file.")
 (define-public python-pytooling
   (package
     (name "python-pytooling")
-    (version "8.4.1")
+    (version "8.4.7")
     (source
      (origin
        (method git-fetch)
@@ -2910,7 +2910,7 @@ configuration file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "18psdd7033zknvw0hs93dryp39k9bjj5b9zza83wvyhjxvdwn05d"))))
+        (base32 "09w4harvh5kijgljd5hjx8iqfhw212xxr1l9lmckqz060860dg6z"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to