diff options
| author | Hennadii Stepanov <hebasto@gmail.com> | 2026-01-03 17:37:56 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:24:08 +0100 |
| commit | fee0a68ca4c1464525391197f92dca01ebf50ed4 (patch) | |
| tree | 631a025e0b469c7dd0cd750fa3597c0f0b84551f /gnu/packages | |
| parent | ad6ad493c74b0079291866194abf9afdbc4c43dc (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f917e58fb37..7c295c9346b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
