gnu: python-lief: Update to 0.17.0.

* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.0.

Change-Id: I713a887e3444c5133431f61e029b898c04b9346d
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Hennadii Stepanov 2025-09-15 07:58:48 +01:00 committed by Sharlatan Hellseher
parent 891023ed6e
commit 045588eba8
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -39780,7 +39780,7 @@ platform using the ActivityPub protocol.")
(define-public python-lief
(package
(name "python-lief")
(version "0.16.6")
(version "0.17.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -39789,7 +39789,7 @@ platform using the ActivityPub protocol.")
(file-name (git-file-name name version))
(sha256
(base32
"1pq9nagrnkl1x943bqnpiyxmkd9vk99znfxiwqp6vf012b50bz2a"))))
"037ffw62yygkn74p51dnia9rhk81byj1xm8xzy3ciz4qv1di3k49"))))
(build-system pyproject-build-system)
(native-inputs (list cmake-minimal
ninja