python3Packages.cle: 9.0.10409 -> 9.0.10534

main
Fabian Affolter 3 years ago
parent 016c0ddca3
commit c83bfca9f1
  1. 10
      pkgs/development/python-modules/cle/default.nix

@ -15,7 +15,7 @@
let
# The binaries are following the argr projects release cycle
version = "9.0.10409";
version = "9.0.10534";
# Binary files from https://github.com/angr/binaries (only used for testing and only here)
binaries = fetchFromGitHub {
@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
sha256 = "sha256-LWzaLGsunHfz5OOWt6ii6+RFME13agsWN0GFkarFhRk=";
sha256 = "sha256-edZC0pZf6A2lpqJDfpMeslLQQGEokq4B9qywgS7wLxo=";
};
propagatedBuildInputs = [
@ -66,9 +66,13 @@ buildPythonPackage rec {
"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"
];
pythonImportsCheck = [ "cle" ];
pythonImportsCheck = [
"cle"
];
meta = with lib; {
description = "Python loader for many binary formats";

Loading…
Cancel
Save