lol

python312Packages.angr: 9.2.146 -> 9.2.147 (#392155)

authored by

Fabian Affolter and committed by
GitHub
8acb1ffe 330010bf

+14 -14
+2 -2
pkgs/development/python-modules/ailment/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "ailment"; 14 - version = "9.2.146"; 14 + version = "9.2.147"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.11"; ··· 20 20 owner = "angr"; 21 21 repo = "ailment"; 22 22 tag = "v${version}"; 23 - hash = "sha256-lTodIm5p9ptEg+rEPqoGNbVRxV18wiC++qJTIaYu3EM="; 23 + hash = "sha256-WrqkTNFhttpLG1dG05+nnqzoPUQPZUG15JooChBIKEA="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/angr/default.nix
··· 38 38 39 39 buildPythonPackage rec { 40 40 pname = "angr"; 41 - version = "9.2.146"; 41 + version = "9.2.147"; 42 42 pyproject = true; 43 43 44 44 disabled = pythonOlder "3.11"; ··· 47 47 owner = "angr"; 48 48 repo = "angr"; 49 49 tag = "v${version}"; 50 - hash = "sha256-bBjD+rhS8VS7JKXJyqwlxl6hmi34grO9HCuZ06SFLh0="; 50 + hash = "sha256-ndD0NnaJtxzvb33O7/UaKi2xRuC8VRArndynZp8zCr4="; 51 51 }; 52 52 53 53 pythonRelaxDeps = [ "capstone" ];
+2 -2
pkgs/development/python-modules/archinfo/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "archinfo"; 14 - version = "9.2.146"; 14 + version = "9.2.147"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "angr"; 21 21 repo = "archinfo"; 22 22 tag = "v${version}"; 23 - hash = "sha256-8JlIhLqVPNm3P2ruJh5i7VxnnBXfubLzhtFnWF3RWf8="; 23 + hash = "sha256-YDELaSIK4Bx0E6lxQsTd1zqyTsFrB9qxT6awuwUREXE="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/claripy/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "claripy"; 18 - version = "9.2.146"; 18 + version = "9.2.147"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.11"; ··· 24 24 owner = "angr"; 25 25 repo = "claripy"; 26 26 tag = "v${version}"; 27 - hash = "sha256-ZGagpKzbJBuBo3E7qYNQCBid0S/JB9fenikwksdM99Y="; 27 + hash = "sha256-Ml7BPlx4TT/jPXE0TRp2GeghB68AsanitsjD7lmEphk="; 28 28 }; 29 29 30 30 # z3 does not provide a dist-info, so python-runtime-deps-check will fail
+4 -4
pkgs/development/python-modules/cle/default.nix
··· 17 17 18 18 let 19 19 # The binaries are following the argr projects release cycle 20 - version = "9.2.146"; 20 + version = "9.2.147"; 21 21 22 22 # Binary files from https://github.com/angr/binaries (only used for testing and only here) 23 23 binaries = fetchFromGitHub { 24 24 owner = "angr"; 25 25 repo = "binaries"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-VhUFGSCV8ldv42BKsYi40fz1VAqQrS6rsrrjLNY4VcU="; 27 + hash = "sha256-Hj56jvyKceDCqYg+JdItxTKuE66ykhhSbYSUWCL5ux4="; 28 28 }; 29 29 in 30 30 buildPythonPackage rec { ··· 38 38 owner = "angr"; 39 39 repo = "cle"; 40 40 rev = "refs/tags/v${version}"; 41 - hash = "sha256-zlgZm7ULEzrW40MZhZRMLshO7giutW+pUJpbTTom3t0="; 41 + hash = "sha256-f4N97MFx/rfz1epFTbIQpPBGK+ioFRLZ99bINIbhktk="; 42 42 }; 43 43 44 44 build-system = [ setuptools ]; ··· 82 82 meta = with lib; { 83 83 description = "Python loader for many binary formats"; 84 84 homepage = "https://github.com/angr/cle"; 85 - license = with licenses; [ bsd2 ]; 85 + license = licenses.bsd2; 86 86 maintainers = with maintainers; [ fab ]; 87 87 }; 88 88 }
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.146"; 16 + version = "9.2.147"; 17 17 pyproject = true; 18 18 19 19 disabled = pythonOlder "3.11"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-JfKT7epFi9g/kfum7MrGOT2c2OaLkVj3b4hFZiQTDJE="; 23 + hash = "sha256-TC7jmGibYJ/FfTb4Btmv10O4Dt741f3SrcTWmw6d7ho="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];