python3Packages.eve: 2.2.4 -> 2.2.5

This commit is contained in:
R. Ryantm
2026-02-16 23:22:54 +00:00
parent 6a8895f830
commit a3eea24655
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "eve";
version = "2.2.4";
version = "2.2.5";
pyproject = true;
src = fetchFromGitHub {
owner = "pyeve";
repo = "eve";
tag = "v${version}";
hash = "sha256-58PYwDzeQMmCLdqJfxp153+/AYNzO4JNzs7llyr7GJc=";
hash = "sha256-l5dAHgau6LVROkNgFQcCJl2uiSh/2Jg/GtZgSHbUBug=";
};
pythonRelaxDeps = [ "events" ];