python312Packages.ailment: 9.2.103 -> 9.2.104

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.103...v9.2.104
This commit is contained in:
Fabian Affolter 2024-06-02 09:07:18 +02:00
parent f50f944a6a
commit 321f7fac26

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.103";
version = "9.2.104";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-yjLbgv6uUXQhJJZGd62ZlA3fbBbCS3JbbVWbz950dWY=";
hash = "sha256-Hd521ihiC/3+0hnU7Rew06RXWQ8m1LnO41e3t1QIlGU=";
};
build-system = [ setuptools ];