python311Packages.ailment: 9.2.66 -> 9.2.68

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.66...v9.2.68
This commit is contained in:
Fabian Affolter 2023-09-15 12:32:15 +02:00
parent f83d7f90c3
commit 8e6c89d04c

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.66";
version = "9.2.68";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-5F6mSdYkeDS/n4Quu6UrBK3alfieop6Go3muGlmr/84=";
hash = "sha256-dQ4N1ixqcX+pHm6BIykISiHyao5kxJP+pFFqFV8+Ah0=";
};
nativeBuildInputs = [