0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python312Packages.angr: 9.2.152 -> 9.2.153

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.152...refs/tags/v9.2.153
This commit is contained in:
Fabian Affolter 2025-05-06 22:47:25 +02:00
parent 380ed59a37
commit 1a0fd0f90a

View file

@ -38,7 +38,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.152";
version = "9.2.153";
pyproject = true;
disabled = pythonOlder "3.11";
@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
tag = "v${version}";
hash = "sha256-WeYLSN3DMZZOvzuLyRAkES5wjjmnJTQWhtJDCLMlbW0=";
hash = "sha256-j/VcfsRrw8Et92olT5aKkpkaEZ7YksBCokQBziAKLvI=";
};
pythonRelaxDeps = [ "capstone" ];