python310Packages.ailment: 9.2.32 -> 9.2.33

This commit is contained in:
Fabian Affolter 2023-01-10 21:29:46 +01:00
parent 32a48c3038
commit ee8cafa8fb

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "ailment";
version = "9.2.32";
version = "9.2.33";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "angr";
repo = pname;
rev = "v${version}";
hash = "sha256-JHKF1uTzAzYrVx1iOtOjJYFbnvFeTzUjTmm24leHIMs=";
hash = "sha256-PngFhzeBm3lm69KKjcj4NvFb1DVspdkQaiVSg0FZnV4=";
};
nativeBuildInputs = [