python3Packages.angrop: 9.2.11 -> 9.2.12.post3 (#434601)

This commit is contained in:
Fabian Affolter
2025-08-18 13:47:01 +02:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.11";
version = "9.2.12.post3";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angrop";
tag = "v${version}";
hash = "sha256-wL6H4UqBqOHMQU91q0uJrgeS/wVvIbinpF9IBtli3Ig=";
hash = "sha256-t4JjI6mWX/Us4dHcVXPAUGms8SEE6MVhteQMPi8p5Zo=";
};
build-system = [ setuptools ];