guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit 4948c022d51b172e4d7aef2ecfe6f71a8f33e4bc
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Sat Jan 3 17:37:56 2026 +0000

    gnu: python-lief: Update to 0.17.2.
    
    * gnu/packages/python-xyz.scm (python-lief): Update to 0.17.2.
    
    Change-Id: I5e1eaf0cc6d8968db7c23488c679c5cefb74b407
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4fd6bc7103..d9502ee7ea 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -174,7 +174,7 @@
 ;;; Copyright © 2025 Matthias Riße <[email protected]>
 ;;; Copyright © 2025 Ghislain Vaillant <[email protected]>
 ;;; Copyright © 2025 Allan Adair <[email protected]>
-;;; Copyright © 2025 Hennadii Stepanov <[email protected]>
+;;; Copyright © 2025-2026 Hennadii Stepanov <[email protected]>
 ;;; Copyright © 2025 Luca Kredel <[email protected]>
 ;;; Copyright © 2025 Isidor Zeuner <[email protected]>
 ;;; Copyright © 2025 Andy Tai <[email protected]>
@@ -36098,7 +36098,7 @@ platform using the ActivityPub protocol.")
 (define-public python-lief
   (package
     (name "python-lief")
-    (version "0.17.1")
+    (version "0.17.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -36107,7 +36107,7 @@ platform using the ActivityPub protocol.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0cxryrxyirx64v6v0rglklqicrkrmwxipb6v430h2shlh25ryl1s"))))
+                "0djl879vw0a21h4ww8waqa3mgs835rhqbsda85274n4s6z5vi905"))))
     (build-system pyproject-build-system)
     (native-inputs (list cmake-minimal
                          ninja

Reply via email to