Unverified Commit 0838e37f authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.pytest-spec: 5.1.0 -> 5.2.0 (#450290)

parents 31c0a54d 0a2d6bbf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "pytest-spec";
  version = "5.1.0";
  version = "5.2.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "pchomik";
    repo = "pytest-spec";
    tag = version;
    hash = "sha256-uzl7T2h7s2YjC0nd1FbubRca8oTU4kEe4cEpIGPLaHA=";
    hash = "sha256-nKBzQrosgTKHoID43u6G31fphsDyCVZhsNQuYIHiLfA=";
  };

  build-system = [