python312Packages.angr: 9.2.150 -> 9.2.152

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.150...refs/tags/v9.2.152
This commit is contained in:
Fabian Affolter
2025-04-23 09:52:13 +02:00
parent 767d811197
commit a7621dbf6b
@@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.150";
version = "9.2.152";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
tag = "v${version}";
hash = "sha256-sjBLOVNqPeFbVLxvTnIpGeEpGfXx4GjomUSH9rN5rbc=";
hash = "sha256-WeYLSN3DMZZOvzuLyRAkES5wjjmnJTQWhtJDCLMlbW0=";
};
pythonRelaxDeps = [ "capstone" ];