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:
parent
92584d29ce
commit
8732f7b6c9
4 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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}
|
||||||
|
|
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue