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

python310Packages.pytest-subprocess: 1.4.2 -> 1.5.0
This commit is contained in:
Nick Cao 2023-01-29 09:38:15 +08:00 committed by GitHub
commit 2c7f3f36a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [