python311Packages.ailment: 9.2.74 -> 9.2.75

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.74...v9.2.75
This commit is contained in:
Fabian Affolter
2023-10-31 20:20:45 +01:00
parent c710c822ee
commit 6da96291ad
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.74";
version = "9.2.75";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-lZJLYIZ44FXGavDCrO90DYSl4yaNDpAYeIIihk5Bk14=";
hash = "sha256-k3CX0ntqbKBL9xLTPifwjTqwYEDLlNdEHlIPiokkkPA=";
};
nativeBuildInputs = [