python3Packages.eve: 2.2.0 -> 2.2.1

This commit is contained in:
R. Ryantm
2025-08-22 19:57:27 +00:00
parent 4e49fa427e
commit 28dc7132f6
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "eve";
version = "2.2.0";
version = "2.2.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pyeve";
repo = "eve";
tag = "v${version}";
hash = "sha256-BLDuJLAN6ieaD7vBPV6AwlpPqbAyb+LzEp9AfCHveSY=";
hash = "sha256-TZeRvuJflht36PvctkfuQL1hMPqjtWDUxqk06DRFfyM=";
};
pythonRelaxDeps = [ "events" ];