python312Packages.angr: 9.2.153 -> 9.2.154 (#405830)

authored by OTABI Tomoya and committed by GitHub 595abd52 b462caa0

+13 -13
+2 -2
pkgs/development/python-modules/ailment/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "ailment"; 13 - version = "9.2.153"; 13 + version = "9.2.154"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.11"; ··· 19 19 owner = "angr"; 20 20 repo = "ailment"; 21 21 tag = "v${version}"; 22 - hash = "sha256-CigfIFKoZu/mggPMLr5FTRvWqZ6ikP8701hDgck2I3o="; 22 + hash = "sha256-JjS+jYWrbErkb6uM0DtB5h2ht6ZMmiYOQL/Emm6wC5U="; 23 23 }; 24 24 25 25 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.153"; 41 + version = "9.2.154"; 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-j/VcfsRrw8Et92olT5aKkpkaEZ7YksBCokQBziAKLvI="; 50 + hash = "sha256-aOgZXHk6GTWZAEraZQahEXUYs8LWAWv1n9GfX+2XTPU="; 51 51 }; 52 52 53 53 pythonRelaxDeps = [ "capstone" ];
+2 -2
pkgs/development/python-modules/archinfo/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "archinfo"; 13 - version = "9.2.153"; 13 + version = "9.2.154"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.12"; ··· 19 19 owner = "angr"; 20 20 repo = "archinfo"; 21 21 tag = "v${version}"; 22 - hash = "sha256-FIr/A8dihHa2T+SQ4b+8Yk9h8ToCEkGGEMbzS/re5ao="; 22 + hash = "sha256-Vks7Rjd8x2zeHnJPs0laH56S4b8pnR1cK82SpK+XOgE="; 23 23 }; 24 24 25 25 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/claripy/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "claripy"; 17 - version = "9.2.153"; 17 + version = "9.2.154"; 18 18 pyproject = true; 19 19 20 20 disabled = pythonOlder "3.11"; ··· 23 23 owner = "angr"; 24 24 repo = "claripy"; 25 25 tag = "v${version}"; 26 - hash = "sha256-M3rUBZBA8WbvLU0VJb9H2pQU2PePBhqkpM6OsS20Uj4="; 26 + hash = "sha256-90JX+VDWK/yKhuX6D8hbLxjIOS8vGKrN1PKR8iWjt2o="; 27 27 }; 28 28 29 29 # z3 does not provide a dist-info, so python-runtime-deps-check will fail
+3 -3
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.153"; 20 + version = "9.2.154"; 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-KvCYnvyFjQdGeNe89ylTDkYrs7RhSeT5RcTRvg9BsQE="; 27 + hash = "sha256-XXJBySIT3ylK1nd3suP2bq4bVSVah/1XhOmkEONbCoY="; 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-MHQZfRmtq3kueJWOGX06B7W3LLyLReuUcb0D1dy7DMQ="; 41 + hash = "sha256-rWbZzm5hWi/C+te8zeQChxqYHO0S795tJ6Znocq9TTs="; 42 42 }; 43 43 44 44 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/pyvex/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pyvex"; 16 - version = "9.2.153"; 16 + version = "9.2.154"; 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-K0m8FFWIQP9qoKX6a5Wr+ZAB6+M8DDlEtPRJBHhS24M="; 23 + hash = "sha256-a3ei2w66v18QKAofpPvDUoM42zHRHPrNQic+FE+rLKY="; 24 24 }; 25 25 26 26 build-system = [ setuptools ];