python311Packages.ailment: 9.2.73 -> 9.2.74

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.73...v9.2.74
This commit is contained in:
Fabian Affolter 2023-10-26 12:24:22 +02:00
parent 7bb270c377
commit 0301e583b4

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.73";
version = "9.2.74";
pyproject = true;
disabled = pythonOlder "3.11";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-wMHyp6l7a5MuVX/q1QVfwZbuqBT6NbFltZsGopCjj3I=";
hash = "sha256-lZJLYIZ44FXGavDCrO90DYSl4yaNDpAYeIIihk5Bk14=";
};
nativeBuildInputs = [