python312Packages.angrop: 9.2.10 -> 9.2.11

Diff: https://github.com/angr/angrop/compare/refs/tags/v9.2.10...v9.2.11
This commit is contained in:
Fabian Affolter
2024-10-23 21:36:07 +02:00
parent f99e3bb3e1
commit 61cc7eaffd
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "angrop";
version = "9.2.10";
version = "9.2.11";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "angrop";
rev = "refs/tags/v${version}";
hash = "sha256-+epX+tCSv5Kit4lncDNtjokehCSl+tO7rbi3L+RrI+E=";
hash = "sha256-wL6H4UqBqOHMQU91q0uJrgeS/wVvIbinpF9IBtli3Ig=";
};
build-system = [ setuptools ];