GNU bug report logs -
#58662
[PATCH 1/2] gnu: python-lief: Update to 0.12.2.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Thu, 20 Oct 2022 16:21:02 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/python-xyz.scm (python-lief): Update to 0.12.2.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 32bd986a12..4223a76755 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -31113,7 +31113,7 @@ (define-public python-misskey
(define-public python-lief
(package
(name "python-lief")
- (version "0.12.1")
+ (version "0.12.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -31122,7 +31122,7 @@ (define-public python-lief
(file-name (git-file-name name version))
(sha256
(base32
- "1xzbh3bxy4rw1yamnx68da1v5s56ay4g081cyamv67256g0qy2i1"))))
+ "1xb21jsws8lw93by8r25ibzgiml8n1cp7rpzybc648lk6idw0zg6"))))
(build-system python-build-system)
(native-inputs (list cmake))
(arguments
base-commit: 00ff6f7c399670a76efffb91276dea2633cc130c
--
2.38.0
This bug report was last modified 2 years and 296 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.