python313Packages.pytest-spec: 4.0.0 -> 5.0.0

This commit is contained in:
TomaSajt 2025-06-03 12:54:40 +02:00
parent ddbb2d8009
commit 87e7b40899
No known key found for this signature in database
GPG Key ID: F011163C050122A1

View File

@ -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 = [