python312Packages.ailment: 9.2.112 -> 9.2.113

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.112...v9.2.113
This commit is contained in:
Fabian Affolter 2024-08-04 18:26:36 +02:00
parent 14a7ff97f6
commit f9af41d347

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.112";
version = "9.2.113";
pyproject = true;
disabled = pythonOlder "3.11";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "angr";
repo = "ailment";
rev = "refs/tags/v${version}";
hash = "sha256-R1Tvo4xqxKB2yQypiOtmuCzujE1DhHo2kPQUL7RuWGk=";
hash = "sha256-vrCWGteCVhvEYgXQTcJdeWxF9hkmk2Y8b5Bend4cv34=";
};
build-system = [ setuptools ];