python312Packages.angr: 9.2.140 -> 9.2.141

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.140...v9.2.141
This commit is contained in:
Fabian Affolter
2025-02-13 17:01:04 +01:00
parent 352da57d86
commit 3d9bfbf8df
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.140";
version = "9.2.141";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
tag = "v${version}";
hash = "sha256-wo+4DgZlcUvuz8DJR7upsKeWlTh1CYAaxpNlfCnbYN0=";
hash = "sha256-rrJTYe3o/Ra8+EKAA7t0M02tWVN4Ul5ueUar7lpUvMg=";
};
postPatch = ''