summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorHennadii Stepanov <hebasto@gmail.com>2026-01-26 14:19:01 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-02-10 12:54:27 +0000
commitea1a16f7c2a6115cae9dce281a2e963d7a57ed15 (patch)
treee4e48373d345e0b2de28ab2be1a11b1df1bf3e0d /gnu/packages/python-xyz.scm
parenta06c9b0ff721a5ec3f0c214cc92dc00175595dab (diff)
gnu: python-lief: Update to 0.17.3.
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.3. Change-Id: Iaf0d9a3a0cb8cccf5e39fadcb1a16c61b0fd8109 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 216d9f20f7d..c411ce44385 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35312,7 +35312,7 @@ platform using the ActivityPub protocol.")
(define-public python-lief
(package
(name "python-lief")
- (version "0.17.2")
+ (version "0.17.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -35321,7 +35321,7 @@ platform using the ActivityPub protocol.")
(file-name (git-file-name name version))
(sha256
(base32
- "0djl879vw0a21h4ww8waqa3mgs835rhqbsda85274n4s6z5vi905"))))
+ "138mkvmbx1yqpk9m2vii1lpb09r3ws5gf2j6a8x3ad6f2xdmx9r6"))))
(build-system pyproject-build-system)
(native-inputs (list cmake-minimal
ninja