diff options
| author | Hennadii Stepanov <hebasto@gmail.com> | 2026-02-22 13:28:14 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-02-23 22:56:32 +0000 |
| commit | db92be7a70bf6c314c944a53de81ac98dd87c957 (patch) | |
| tree | e8a8bef26776d395204e6a355826f32cb76e3be7 /gnu/packages | |
| parent | a3a3bd40c7f4b6d7824c04a2e42db0486f733117 (diff) | |
gnu: python-lief: Update to 0.17.4.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.4.
Merges: https://codeberg.org/guix/guix/pulls/6625
Change-Id: I29d39bcf9276fa0c54efbc116898360600ea391b
Reviewed-by: Yan Abu Arab <yanabuarab@gmail.com>
Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -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 c2d2c698815..b60da5d63e8 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35363,7 +35363,7 @@ platform using the ActivityPub protocol.") (define-public python-lief (package (name "python-lief") - (version "0.17.3") + (version "0.17.4") (source (origin (method git-fetch) (uri (git-reference @@ -35372,7 +35372,7 @@ platform using the ActivityPub protocol.") (file-name (git-file-name name version)) (sha256 (base32 - "138mkvmbx1yqpk9m2vii1lpb09r3ws5gf2j6a8x3ad6f2xdmx9r6")))) + "08pbphkym6fsy35c2xvik3ppjqjg9f6mj5sbilwh40pfc90nah8c")))) (build-system pyproject-build-system) (native-inputs (list cmake-minimal ninja |
