mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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 <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
committed by
Sharlatan Hellseher
parent
13bdb868b9
commit
1f225776d8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user