python312Packages.angr: 9.2.110 -> 9.2.112

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.110...v9.2.112
This commit is contained in:
Fabian Affolter 2024-07-23 21:25:58 +02:00
parent a5260070e8
commit db67864ee9

View File

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.110";
version = "9.2.112";
pyproject = true;
disabled = pythonOlder "3.11";
@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-t0OgY8donh/axg3lgEENRxhx+qx9xNmV/oMBsy2DCa4=";
hash = "sha256-OrLkKPQFhcDv/9Rj8c6UYhS5QbpjfEXBSAK61Y1I6YQ=";
};
pythonRelaxDeps = [ "capstone" ];