python312Packages.ailment: 9.2.117 -> 9.2.118

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.117...v9.2.118
This commit is contained in:
Fabian Affolter
2024-09-18 10:08:06 +02:00
parent 5672248650
commit bbc34a98b5

View File

@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.117";
version = "9.2.118";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-OYbLaMtelNxohrOfb4A9NC9Zado+0qvm3i2zgkgt6p4=";
hash = "sha256-wpH3hO5ge6WiUe3DxVMPylzTdTuqrmK4+ky1JkwGBY0=";
};
build-system = [ setuptools ];