python312Packages.ailment: 9.2.118 -> 9.2.119

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.118...v9.2.119
This commit is contained in:
Fabian Affolter
2024-09-25 14:26:19 +02:00
parent 6374fdf5e2
commit ec07960b82
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.118";
version = "9.2.119";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-wpH3hO5ge6WiUe3DxVMPylzTdTuqrmK4+ky1JkwGBY0=";
hash = "sha256-mVzgwCzCba4xNJMbrDTRRHFUQ48tKihm3VGqpFq6Heo=";
};
build-system = [ setuptools ];