guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 1f225776d88fd8a34437956ea0513f65aa9e4028
Author: Hennadii Stepanov <[email protected]>
AuthorDate: Mon Mar 9 10:47:54 2026 +0000
gnu: python-lief: Update to 0.17.5.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.5.
Merges: https://codeberg.org/guix/guix/pulls/7003
Change-Id: Ie308f5084a92bd48d45e162b9ba764e5f108b0b0
Reviewed-by: Hugo Buddelmeijer <[email protected]>
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 9df075af62..62362205a5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35448,7 +35448,7 @@ platform using the ActivityPub protocol.")
(define-public python-lief
(package
(name "python-lief")
- (version "0.17.4")
+ (version "0.17.5")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -35457,7 +35457,7 @@ platform using the ActivityPub protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "08pbphkym6fsy35c2xvik3ppjqjg9f6mj5sbilwh40pfc90nah8c"))))
+ "1w7q10barwi60bmcldyf6lg613d7nglf2kl14jddby870hhrpj5a"))))
(build-system pyproject-build-system)
(native-inputs (list cmake-minimal
ninja