Unverified Commit 32df217d authored by Toma's avatar Toma Committed by GitHub
Browse files

python3Packages.pytest-spec: 5.2.0 -> 6.0.0 (#495224)

parents c311e79c 8974e280
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage (finalAttrs: {
  pname = "pytest-spec";
  version = "5.2.0";
  version = "6.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pchomik";
    repo = "pytest-spec";
    tag = finalAttrs.version;
    hash = "sha256-nKBzQrosgTKHoID43u6G31fphsDyCVZhsNQuYIHiLfA=";
    hash = "sha256-2DXC02FSiGzsavdkoDFlxKdYaYpPAy3VbEG4YZSO5c8=";
  };

  build-system = [