python3Packages.eve: 2.2.3 -> 2.2.4

This commit is contained in:
R. Ryantm
2025-12-06 07:07:15 +00:00
parent 9e31b6e2c4
commit 76f439074c
@@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "eve";
version = "2.2.3";
version = "2.2.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "pyeve";
repo = "eve";
tag = "v${version}";
hash = "sha256-SnypLhUGAw3e0KQ2CjP6NHTIypMJdN18zzzYAG14m7Y=";
hash = "sha256-58PYwDzeQMmCLdqJfxp153+/AYNzO4JNzs7llyr7GJc=";
};
pythonRelaxDeps = [ "events" ];