python312Packages.angrop: 9.2.9 -> 9.2.10

Diff: https://github.com/angr/angrop/compare/refs/tags/v9.2.9...v9.2.10
This commit is contained in:
Fabian Affolter
2024-09-05 22:05:59 +02:00
parent 2ff3306cde
commit 3771255573
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.9";
version = "9.2.10";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angrop";
rev = "refs/tags/v${version}";
hash = "sha256-T07Y23UDp9eL2DK5gakV8kPNGsXf+4EofZJDSW/JS1Q=";
hash = "sha256-+epX+tCSv5Kit4lncDNtjokehCSl+tO7rbi3L+RrI+E=";
};
build-system = [ setuptools ];