From 555a3868249e591f61be7b8d1ed5393d760a7d39 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 22 Mar 2024 09:28:03 +0000 Subject: [PATCH] guix: update LIEF to 0.14.1 This includes https://github.com/lief-project/LIEF/issues/975, which I'd like to use in https://github.com/bitcoin/bitcoin/pull/24123. --- contrib/guix/manifest.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm index 3353c8a87446ad..2370227e88dce8 100644 --- a/contrib/guix/manifest.scm +++ b/contrib/guix/manifest.scm @@ -147,7 +147,7 @@ chain for " target " development.")) (define-public python-lief (package (name "python-lief") - (version "0.13.2") + (version "0.14.1") (source (origin (method git-fetch) (uri (git-reference @@ -165,7 +165,7 @@ chain for " target " development.")) (string-append m (number->string (parallel-job-count))))))) (sha256 (base32 - "0y48x358ppig5xp97ahcphfipx7cg9chldj2q5zrmn610fmi4zll")))) + "0v8kqylm1f3cv750jjjla7qlpsw6jz1fc9qax0jqbpfjvym8xf3f")))) (build-system python-build-system) (native-inputs (list cmake-minimal python-tomli)) (arguments