python3Packages.angrop: 9.2.11 -> 9.2.12.post3

This commit is contained in:
R. Ryantm 2025-08-18 01:21:43 +00:00
parent 8000dc1d3f
commit 4e603b0b8d

View File

@ -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 ];