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
}
pip3 install lief==0.11.4
pip3 install lief==0.11.5
# Faketime for depends so intermediate results are comparable
export PATH_orig=${PATH}

View file

@ -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}

View file

@ -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}

View file

@ -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)))