python3Packages.cle: 9.0.6281 -> 9.0.6790

This commit is contained in:
Fabian Affolter 2021-04-19 22:15:56 +02:00
parent cc8ecf263f
commit 4f737c080b

View File

@ -15,7 +15,7 @@
let let
# The binaries are following the argr projects release cycle # The binaries are following the argr projects release cycle
version = "9.0.6281"; version = "9.0.6790";
# Binary files from https://github.com/angr/binaries (only used for testing and only here) # Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub { binaries = fetchFromGitHub {
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "angr"; owner = "angr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0f2zc02dljmgp6ny6ja6917j08kqhwckncan860dq4xv93g61rmg"; sha256 = "sha256-zQggVRdc8fV1ulFnOlzYLvSOSOP3+dY8j+6lo+pXSkM=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -64,6 +64,8 @@ buildPythonPackage rec {
"test_ppc_rel24_relocation" "test_ppc_rel24_relocation"
"test_ppc_addr16_ha_relocation" "test_ppc_addr16_ha_relocation"
"test_ppc_addr16_lo_relocation" "test_ppc_addr16_lo_relocation"
# Binary not found, seems to be missing in the current binaries release
"test_plt_full_relro"
]; ];
pythonImportsCheck = [ "cle" ]; pythonImportsCheck = [ "cle" ];