python311Packages.angr: 9.2.138 -> 9.2.139

Diff: https://github.com/angr/angr/compare/refs/tags/v9.2.138...v9.2.139
This commit is contained in:
Fabian Affolter 2025-02-01 10:15:44 +01:00
parent 01a0aa921b
commit dce20bc95b

View File

@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "angr";
version = "9.2.138";
version = "9.2.139";
pyproject = true;
disabled = pythonOlder "3.11";
@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angr";
tag = "v${version}";
hash = "sha256-zJH54+IoMhYNpJE8CJF/Eq2Re152QO1K0JEN2JlFg5c=";
hash = "sha256-zhLeBJeJpoW4JAX77EfXyvfIUL3ZBHALoVJkzSrKMP0=";
};
postPatch = ''