python312Packages.ailment: 9.2.119 -> 9.2.122

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.119...v9.2.122
This commit is contained in:
Fabian Affolter
2024-10-08 23:23:06 +02:00
parent 41b90af86c
commit 3261166103
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.119";
version = "9.2.122";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-mVzgwCzCba4xNJMbrDTRRHFUQ48tKihm3VGqpFq6Heo=";
hash = "sha256-e+SDgi0bhiE0MdhRxxFlkKU0N5ExfehbEOOyO4+wAzQ=";
};
build-system = [ setuptools ];