python311Packages.ailment: 9.2.70 -> 9.2.71

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.70...v9.2.71
This commit is contained in:
Fabian Affolter 2023-10-04 02:48:56 +02:00
parent f5f0ea496f
commit dbc513a39d

View file

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