python311Packages.angr: 9.2.117 -> 9.2.118

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.117...v9.2.118
This commit is contained in:
Fabian Affolter
2024-09-18 10:19:07 +02:00
parent 9602fe9111
commit 1eb15c736e
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.117";
version = "9.2.118";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-woIid0DdaZqn7BZJrQ3UoOfGC1cP8r+t+++Sw8ZtX80=";
hash = "sha256-vysSt1YAXjmzhhP6ZYwaxI7K8x844YBSSg9Wp2xH1pI=";
};
pythonRelaxDeps = [ "capstone" ];