python311Packages.pytest-spec: fix version name

This commit is contained in:
TomaSajt
2024-04-08 22:29:07 +02:00
parent abe66e20fb
commit 98f0fb13ad
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "pytest-spec";
version = "unstable-2023-06-04";
version = "3.2.0-unstable-2023-06-04";
pyproject = true;
src = fetchFromGitHub {