aboutsummaryrefslogtreecommitdiff
path: root/contrib/guix
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-14 09:07:55 +0000
committerfanquake <fanquake@gmail.com>2022-03-28 10:31:12 +0100
commit983e0a20580b413880977862e3b291c5f422e241 (patch)
tree4477a9c154b6f7f731c65304cb8791a46aebc00c /contrib/guix
parent3297f5c11c72dd83479ff8335e047555e3f8cb3b (diff)
downloadbitcoin-983e0a20580b413880977862e3b291c5f422e241.tar.xz
contrib: use LIEF 0.12.0 for symbol and security checks
Diffstat (limited to 'contrib/guix')
-rw-r--r--contrib/guix/manifest.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/guix/manifest.scm b/contrib/guix/manifest.scm
index 371312be7e..3f110ab995 100644
--- a/contrib/guix/manifest.scm
+++ b/contrib/guix/manifest.scm
@@ -197,7 +197,7 @@ chain for " target " development."))
(define-public lief
(package
(name "python-lief")
- (version "0.11.5")
+ (version "0.12.0")
(source
(origin
(method git-fetch)
@@ -207,7 +207,7 @@ chain for " target " development."))
(file-name (git-file-name name version))
(sha256
(base32
- "0qahjfg1n0x76ps2mbyljvws1l3qhkqvmxqbahps4qgywl2hbdkj"))))
+ "026jchj56q25v6gc0754dj9cj5hz5zaza8ij93y5ga94w20kzm9q"))))
(build-system python-build-system)
(native-inputs
`(("cmake" ,cmake)))