mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
891023ed6e
commit
045588eba8
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue