python311Packages.angr: 9.2.124 -> 9.2.125

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.125...v9.2.125
This commit is contained in:
Fabian Affolter 2024-10-26 00:14:43 +02:00
parent cd4c0437c3
commit 998beeb32e

View File

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.124";
version = "9.2.125";
pyproject = true;
disabled = pythonOlder "3.11";
@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
rev = "refs/tags/v${version}";
hash = "sha256-tjopUg0EZved31bYfrxchqOfQwzEo7dKxX/uUhngJzc=";
hash = "sha256-srQhZ5eDTelqN2JEoXKpFT2MOy+6v0HhwSRBOU+0qUk=";
};
postPatch = ''