python312Packages.ailment: 9.2.101 -> 9.2.102

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.101...v9.2.102
This commit is contained in:
Fabian Affolter
2024-05-07 21:43:11 +02:00
parent 34a999336a
commit 1009e461b6
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.101";
version = "9.2.102";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-3JPoO9GpnVEc4UQhhXxpj53PwK5eRsy6Ikt4qw5jGa8=";
hash = "sha256-xHxWP16XbVcsT+UIyouqyhbnxPBNx7oH1unBhJU44fI=";
};
build-system = [ setuptools ];