python311Packages.ailment: 9.2.59 -> 9.2.60

Diff: https://github.com/angr/ailment/compare/refs/tags/v9.2.59...v9.2.60
This commit is contained in:
Fabian Affolter 2023-07-19 10:40:27 +02:00
parent 1316f40429
commit 8e3e68cc05

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.59";
version = "9.2.60";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-1AlmVRiGrYe0fS5Ny1JzyA2gGWKaUVioeZQTGhwMoaM=";
hash = "sha256-gai+o8XVcOj/HidvlictpnbHLUcGrNR+BLkCuEK8b7c=";
};
nativeBuildInputs = [