~ruther/guix-local

fee0a68ca4c1464525391197f92dca01ebf50ed4 — Hennadii Stepanov 4 months ago ad6ad49
gnu: python-lief: Update to 0.17.2.

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

Change-Id: I5e1eaf0cc6d8968db7c23488c679c5cefb74b407
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -3
@@ 174,7 174,7 @@
;;; Copyright © 2025 Matthias Riße <matrss@0px.xyz>
;;; Copyright © 2025 Ghislain Vaillant <ghislain.vaillant@inria.fr>
;;; Copyright © 2025 Allan Adair <allan@adair.no>
;;; Copyright © 2025 Hennadii Stepanov <hebasto@gmail.com>
;;; Copyright © 2025-2026 Hennadii Stepanov <hebasto@gmail.com>
;;; Copyright © 2025 Luca Kredel <luca.kredel@web.de>
;;; Copyright © 2025 Isidor Zeuner <guix@quidecco.pl>
;;; Copyright © 2025 Andy Tai <atai@atai.org>


@@ 36098,7 36098,7 @@ platform using the ActivityPub protocol.")
(define-public python-lief
  (package
    (name "python-lief")
    (version "0.17.1")
    (version "0.17.2")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 36107,7 36107,7 @@ platform using the ActivityPub protocol.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "0cxryrxyirx64v6v0rglklqicrkrmwxipb6v430h2shlh25ryl1s"))))
                "0djl879vw0a21h4ww8waqa3mgs835rhqbsda85274n4s6z5vi905"))))
    (build-system pyproject-build-system)
    (native-inputs (list cmake-minimal
                         ninja