python3Packages.cle: 9.2.1 -> 9.2.1

This commit is contained in:
Fabian Affolter 2022-04-23 12:39:59 +02:00 committed by Jonathan Ringer
parent fa46564ddf
commit ecc7c9533c

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.1.12332"; version = "9.2.1";
# 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 {
@ -29,7 +29,7 @@ in
buildPythonPackage rec { buildPythonPackage rec {
pname = "cle"; pname = "cle";
inherit version; inherit version;
format = "setuptools"; format = "pyproject";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "angr"; owner = "angr";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
hash = "sha256-xcj6Skzzmw5g+0KsBMLNOhRyXQA7nbgnc9YyfJLteCM="; hash = "sha256-OGdnrRFfx2LMMsw6giPC+4izWX603cYbpKHuslj4Gng=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -70,6 +70,8 @@ buildPythonPackage rec {
"test_plt_full_relro" "test_plt_full_relro"
# Test fails # Test fails
"test_tls_pe_incorrect_tls_data_start" "test_tls_pe_incorrect_tls_data_start"
# The required parts is not present on Nix
"test_remote_file_map"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [