python311Packages.ailment: 9.2.71 -> 9.2.72

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.71...v9.2.72
This commit is contained in:
Fabian Affolter 2023-10-11 21:52:12 +02:00
parent 4bd5c723ae
commit 3cc504d105

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.71";
version = "9.2.72";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-urTztt+e0toD3tY0QwOmUhi6xzOv6NkrTzV8RerySSo=";
hash = "sha256-C984+ZYkU8jzEFCZBU/GbbLLDONDZVE0ZwGZh6UYI2E=";
};
nativeBuildInputs = [