python310Packages.cle: 9.2.6 -> 9.2.7

This commit is contained in:
Fabian Affolter 2022-06-23 11:23:14 +02:00
parent 2ac9821a99
commit a5aa9785e3

View file

@ -15,14 +15,14 @@
let
# The binaries are following the argr projects release cycle
version = "9.2.6";
version = "9.2.7";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
owner = "angr";
repo = "binaries";
rev = "v${version}";
sha256 = "1qlrxfj1n34xvwkac6mbcc7zmixxbp34fj7lkf0fvp7zcz1rpla1";
hash = "sha256-LpYi5Ty6OBcW0zokCliMDhujJ7tPPl1XdPs5ad1tv5s=";
};
in
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-GOrjT5CM+yzboOTgkVriuf1UpNDVhDgGpS8vp4D39W0=";
hash = "sha256-IQLtkS4LNyyEOwInd9A3pHGtj80yXARXcQKA3FonPUE=";
};
propagatedBuildInputs = [
@ -66,7 +66,6 @@ buildPythonPackage rec {
"test_ppc_rel24_relocation"
"test_ppc_addr16_ha_relocation"
"test_ppc_addr16_lo_relocation"
# Binary not found, seems to be missing in the current binaries release
"test_plt_full_relro"
# Test fails
"test_tls_pe_incorrect_tls_data_start"