python311Packages.angr: 9.2.103 -> 9.2.104

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.103...v9.2.104
This commit is contained in:
Fabian Affolter
2024-06-02 09:15:41 +02:00
parent 7bb3efea61
commit fc5fcc92d5
@@ -37,7 +37,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.103";
version = "9.2.104";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-U1XO6MlXJzEBskp2pMZmIeRNKNQV3kWGMLbmlXS+zos=";
hash = "sha256-IJVPycIZNn0+B0YRNiTOL/+Jxioa4VPm1VWVg9Sz68A=";
};
pythonRelaxDeps = [ "capstone" ];