python311Packages.ailment: 9.2.72 -> 9.2.73

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.72...v9.2.73
This commit is contained in:
Fabian Affolter 2023-10-17 23:03:34 +02:00
parent 12a8671d70
commit f13399d189

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.72";
version = "9.2.73";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-C984+ZYkU8jzEFCZBU/GbbLLDONDZVE0ZwGZh6UYI2E=";
hash = "sha256-wMHyp6l7a5MuVX/q1QVfwZbuqBT6NbFltZsGopCjj3I=";
};
nativeBuildInputs = [