diff options
| author | Hennadii Stepanov <hebasto@gmail.com> | 2026-03-09 10:47:54 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-10 09:17:27 +0000 |
| commit | 1f225776d88fd8a34437956ea0513f65aa9e4028 (patch) | |
| tree | 13451194f8a82aacda10374b45ea746662a54929 /gnu | |
| parent | 13bdb868b955a5da54d802bc60efa869f1b3f952 (diff) | |
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>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9df075af62d..62362205a58 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |
