python311Packages.angr: 9.2.75 -> 9.2.76

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.75...v9.2.76
This commit is contained in:
Fabian Affolter
2023-11-08 08:13:23 +01:00
parent fb881f905c
commit c8c43c7ac9

View File

@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.75";
version = "9.2.76";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-tDOO0wn5gYxK1CuMWhu/i4Xk3CfcuhPvxsG0LI7BlA4=";
hash = "sha256-B3oYh0okbIeEvBjBHvY29QTqPyR2TTzLmz6fMsIRcs0=";
};
propagatedBuildInputs = [