mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
scripts: LIEF 0.11.5
This commit is contained in:
parent
92584d29ce
commit
8732f7b6c9
4 changed files with 5 additions and 5 deletions
|
@ -99,7 +99,7 @@ script: |
|
|||
done
|
||||
}
|
||||
|
||||
pip3 install lief==0.11.4
|
||||
pip3 install lief==0.11.5
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
export PATH_orig=${PATH}
|
||||
|
|
|
@ -78,7 +78,7 @@ script: |
|
|||
done
|
||||
}
|
||||
|
||||
pip3 install lief==0.11.4
|
||||
pip3 install lief==0.11.5
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
export PATH_orig=${PATH}
|
||||
|
|
|
@ -86,7 +86,7 @@ script: |
|
|||
done
|
||||
}
|
||||
|
||||
pip3 install lief==0.11.4
|
||||
pip3 install lief==0.11.5
|
||||
|
||||
# Faketime for depends so intermediate results are comparable
|
||||
export PATH_orig=${PATH}
|
||||
|
|
|
@ -205,7 +205,7 @@ chain for " target " development."))
|
|||
(define-public lief
|
||||
(package
|
||||
(name "python-lief")
|
||||
(version "0.11.4")
|
||||
(version "0.11.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -215,7 +215,7 @@ chain for " target " development."))
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0h4kcwr9z478almjqhmils8imfpflzk0r7d05g4xbkdyknn162qf"))))
|
||||
"0qahjfg1n0x76ps2mbyljvws1l3qhkqvmxqbahps4qgywl2hbdkj"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
`(("cmake" ,cmake)))
|
||||
|
|
Loading…
Add table
Reference in a new issue