python3Packages.eve: 2.2.5 -> 2.3.1

This commit is contained in:
R. Ryantm
2026-03-29 16:23:23 +00:00
parent 70e270e754
commit 48b4ad8b15
@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "eve";
version = "2.2.5";
version = "2.3.1";
pyproject = true;
src = fetchFromGitHub {
owner = "pyeve";
repo = "eve";
tag = "v${version}";
hash = "sha256-l5dAHgau6LVROkNgFQcCJl2uiSh/2Jg/GtZgSHbUBug=";
hash = "sha256-y0QfxLDoTKNZuAKcPqrLjwkZ0mRseBVq7OyflwUd+Lk=";
};
pythonRelaxDeps = [ "events" ];