0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-03-05 14:06:27 -05:00

scripts: LIEF 0.11.5

This commit is contained in:
fanquake 2021-05-24 11:10:54 +08:00
parent 92584d29ce
commit 8732f7b6c9
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
4 changed files with 5 additions and 5 deletions

View file

@ -99,7 +99,7 @@ script: |
done done
} }
pip3 install lief==0.11.4 pip3 install lief==0.11.5
# Faketime for depends so intermediate results are comparable # Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH} export PATH_orig=${PATH}

View file

@ -78,7 +78,7 @@ script: |
done done
} }
pip3 install lief==0.11.4 pip3 install lief==0.11.5
# Faketime for depends so intermediate results are comparable # Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH} export PATH_orig=${PATH}

View file

@ -86,7 +86,7 @@ script: |
done done
} }
pip3 install lief==0.11.4 pip3 install lief==0.11.5
# Faketime for depends so intermediate results are comparable # Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH} export PATH_orig=${PATH}

View file

@ -205,7 +205,7 @@ chain for " target " development."))
(define-public lief (define-public lief
(package (package
(name "python-lief") (name "python-lief")
(version "0.11.4") (version "0.11.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -215,7 +215,7 @@ chain for " target " development."))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0h4kcwr9z478almjqhmils8imfpflzk0r7d05g4xbkdyknn162qf")))) "0qahjfg1n0x76ps2mbyljvws1l3qhkqvmxqbahps4qgywl2hbdkj"))))
(build-system python-build-system) (build-system python-build-system)
(native-inputs (native-inputs
`(("cmake" ,cmake))) `(("cmake" ,cmake)))