python312Packages.ailment: 9.2.102 -> 9.2.103

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.102...v9.2.103
This commit is contained in:
Fabian Affolter
2024-05-30 21:24:27 +02:00
parent 9c86986c5d
commit 82f26f8db8
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.102";
version = "9.2.103";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-xHxWP16XbVcsT+UIyouqyhbnxPBNx7oH1unBhJU44fI=";
hash = "sha256-yjLbgv6uUXQhJJZGd62ZlA3fbBbCS3JbbVWbz950dWY=";
};
build-system = [ setuptools ];