python3Packages.eve: 2.2.1 -> 2.2.3 (#439602)

This commit is contained in:
Fabian Affolter
2025-09-02 18:19:37 +02:00
committed by GitHub
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "eve";
version = "2.2.1";
version = "2.2.3";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pyeve";
repo = "eve";
tag = "v${version}";
hash = "sha256-TZeRvuJflht36PvctkfuQL1hMPqjtWDUxqk06DRFfyM=";
hash = "sha256-SnypLhUGAw3e0KQ2CjP6NHTIypMJdN18zzzYAG14m7Y=";
};
pythonRelaxDeps = [ "events" ];