~ruther/guix-local

045588eba80b7048b795758fa0e606f2bce5bd86 — Hennadii Stepanov 6 months ago 891023e
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>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 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