guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit f116eed85f8fc3dfba3e946c6edb698342df6481
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Jun 16 07:27:07 2026 +0200

    gnu: python-beniget: Update to 0.5.0.
    
    * gnu/packages/python-xyz.scm (python-beniget): Update to 0.5.0.
    
    Relates-to: guix/guix!9327
    Change-Id: Iffa8a0b8956ee7f00141fbf165bc32e46431dfa8
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 c8ae6dc554..a18924b858 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21467,13 +21467,13 @@ CPUs required per given input size, and parameters 
for CWL workflows.")
 (define-public python-beniget
   (package
     (name "python-beniget")
-    (version "0.4.2.post1")
+    (version "0.5.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "beniget" version))
        (sha256
-        (base32 "1bjjl12pqbz4amnn8wvcpd4zjrx6cpw04s586gn18zjywqvqa9d0"))))
+        (base32 "08ig66dp3xjl3nhqlpdkv0bl1m0m5mr1x2yrncz3vpn7ivx13bz7"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest

Reply via email to