python313Packages.ailment: 9.2.148 -> 9.2.149

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.148...refs/tags/v9.2.149
This commit is contained in:
Fabian Affolter
2025-04-15 23:31:36 +02:00
parent 04cf127c33
commit 207eaac2c6
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.148";
version = "9.2.149";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
tag = "v${version}";
hash = "sha256-mUxpogD1fKKKocT7q9cdHNufkU/oUO+J1ULl9Hp9Lp4=";
hash = "sha256-hgTJMWprK4M+9Ae/E5jz5mkJjBgro4zYJLrVx96zQ20=";
};
build-system = [ setuptools ];