summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <hebasto@gmail.com>2026-03-18 11:25:13 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-03-18 22:28:57 +0000
commit7a49d6317d7498bad8858f8dcde960a594708cf7 (patch)
treef42ffa3733885ca0870372492713083b374ab040
parentb2ec280cb702248730e7f705971faf170e59d00b (diff)
gnu: python-lief: Update to 0.17.6.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.6. Merges: https://codeberg.org/guix/guix/pulls/7270 Change-Id: I8b04cd410011e943408a4afaf748dc5c46eeebb8 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a15c87042bd..a369718998f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35442,7 +35442,7 @@ platform using the ActivityPub protocol.")
35442(define-public python-lief 35442(define-public python-lief
35443 (package 35443 (package
35444 (name "python-lief") 35444 (name "python-lief")
35445 (version "0.17.5") 35445 (version "0.17.6")
35446 (source (origin 35446 (source (origin
35447 (method git-fetch) 35447 (method git-fetch)
35448 (uri (git-reference 35448 (uri (git-reference
@@ -35451,7 +35451,7 @@ platform using the ActivityPub protocol.")
35451 (file-name (git-file-name name version)) 35451 (file-name (git-file-name name version))
35452 (sha256 35452 (sha256
35453 (base32 35453 (base32
35454 "1w7q10barwi60bmcldyf6lg613d7nglf2kl14jddby870hhrpj5a")))) 35454 "1k3rl02ap6ldn8zdrj1c1vdxf4wx8jv9x5bgrlgph6h8hhc8miar"))))
35455 (build-system pyproject-build-system) 35455 (build-system pyproject-build-system)
35456 (native-inputs (list cmake-minimal 35456 (native-inputs (list cmake-minimal
35457 ninja 35457 ninja