python313Packages.pytest-spec: 4.0.0 -> 5.0.0
This commit is contained in:
parent
ddbb2d8009
commit
87e7b40899
@ -12,16 +12,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-spec";
|
pname = "pytest-spec";
|
||||||
version = "4.0.0";
|
version = "5.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pchomik";
|
owner = "pchomik";
|
||||||
repo = "pytest-spec";
|
repo = "pytest-spec";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-SOu4ucRcLQSk1YOfNifFDezsB+ZeLXTwbJJ93/3EASk=";
|
hash = "sha256-EWhKqGOLBa+Eb4fJtkamP8it+hWeK3rGWKgY8mJI53U=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [
|
build-system = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user