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 ea1a16f7c2 gnu: python-lief: Update to 0.17.3.
ea1a16f7c2 is described below

commit ea1a16f7c2a6115cae9dce281a2e963d7a57ed15
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Mon Jan 26 14:19:01 2026 +0000

    gnu: python-lief: Update to 0.17.3.
    
    * gnu/packages/python-xyz.scm (python-lief): Update to 0.17.3.
    
    Change-Id: Iaf0d9a3a0cb8cccf5e39fadcb1a16c61b0fd8109
    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 216d9f20f7..c411ce4438 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35312,7 +35312,7 @@ platform using the ActivityPub protocol.")
 (define-public python-lief
   (package
     (name "python-lief")
-    (version "0.17.2")
+    (version "0.17.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -35321,7 +35321,7 @@ platform using the ActivityPub protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0djl879vw0a21h4ww8waqa3mgs835rhqbsda85274n4s6z5vi905"))))
+                "138mkvmbx1yqpk9m2vii1lpb09r3ws5gf2j6a8x3ad6f2xdmx9r6"))))
     (build-system pyproject-build-system)
     (native-inputs (list cmake-minimal
                          ninja

Reply via email to