Unverified Commit 98f0fb13 authored by TomaSajt's avatar TomaSajt
Browse files

python311Packages.pytest-spec: fix version name

parent abe66e20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {