python312Packages.angr: 9.2.147 -> 9.2.148

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.147...v9.2.148
This commit is contained in:
Fabian Affolter
2025-03-26 20:13:31 +01:00
parent ffbdd3a536
commit 23fd8c16fd
@@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.147";
version = "9.2.148";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
tag = "v${version}";
hash = "sha256-ndD0NnaJtxzvb33O7/UaKi2xRuC8VRArndynZp8zCr4=";
hash = "sha256-WObd/zpoRn4OQO1PWcuv/6odJ0qZnKW7uFx8Z0dUmv8=";
};
pythonRelaxDeps = [ "capstone" ];