python313Packages.pytest-spec: 4.0.0 -> 5.0.0 (#413557)

This commit is contained in:
Nick Cao
2025-06-03 19:17:16 -04:00
committed by GitHub
@@ -12,16 +12,16 @@
buildPythonPackage rec {
pname = "pytest-spec";
version = "4.0.0";
version = "5.0.0";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pchomik";
repo = "pytest-spec";
tag = version;
hash = "sha256-SOu4ucRcLQSk1YOfNifFDezsB+ZeLXTwbJJ93/3EASk=";
hash = "sha256-EWhKqGOLBa+Eb4fJtkamP8it+hWeK3rGWKgY8mJI53U=";
};
build-system = [