Unverified Commit 2c7f3f36 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #213180 from r-ryantm/auto-update/python310Packages.pytest-subprocess

python310Packages.pytest-subprocess: 1.4.2 -> 1.5.0
parents 0c63fa06 e2abe48d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pytest-subprocess";
  version = "1.4.2";
  version = "1.5.0";

  disabled = pythonOlder "3.6";

@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "aklajnert";
    repo = "pytest-subprocess";
    rev = "refs/tags/${version}";
    hash = "sha256-8Of3/RltijfF5MXtVazGzIqpmRIhreT26kLNjzXLF1k=";
    hash = "sha256-u9d9RhbikOyknMWs18j2efYJb9YdHsQrp31LfcbudoA=";
  };

  buildInputs = [