diff options
| author | Hennadii Stepanov <hebasto@gmail.com> | 2026-03-18 11:25:13 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-18 22:28:57 +0000 |
| commit | 7a49d6317d7498bad8858f8dcde960a594708cf7 (patch) | |
| tree | f42ffa3733885ca0870372492713083b374ab040 /gnu | |
| parent | b2ec280cb702248730e7f705971faf170e59d00b (diff) | |
gnu: python-lief: Update to 0.17.6.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.6.
Merges: https://codeberg.org/guix/guix/pulls/7270
Change-Id: I8b04cd410011e943408a4afaf748dc5c46eeebb8
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 a15c87042bd..a369718998f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -35442,7 +35442,7 @@ platform using the ActivityPub protocol.") (define-public python-lief (package (name "python-lief") - (version "0.17.5") + (version "0.17.6") (source (origin (method git-fetch) (uri (git-reference @@ -35451,7 +35451,7 @@ platform using the ActivityPub protocol.") (file-name (git-file-name name version)) (sha256 (base32 - "1w7q10barwi60bmcldyf6lg613d7nglf2kl14jddby870hhrpj5a")))) + "1k3rl02ap6ldn8zdrj1c1vdxf4wx8jv9x5bgrlgph6h8hhc8miar")))) (build-system pyproject-build-system) (native-inputs (list cmake-minimal ninja |
