Merge pull request #194283 from r-ryantm/auto-update/python3.10-pytest-subprocess

python310Packages.pytest-subprocess: 1.4.1 -> 1.4.2
This commit is contained in:
Fabian Affolter 2022-10-04 09:17:35 +02:00 committed by GitHub
commit ee5375f475
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,15 +13,15 @@
buildPythonPackage rec {
pname = "pytest-subprocess";
version = "1.4.1";
version = "1.4.2";
disabled = pythonOlder "3.6";
src = fetchFromGitHub {
owner = "aklajnert";
repo = "pytest-subprocess";
rev = version;
hash = "sha256-xNkOXBCQ4AH/JVmxFzI3VSouA6jkCbUom7AdckfjGiE=";
rev = "refs/tags/${version}";
hash = "sha256-8Of3/RltijfF5MXtVazGzIqpmRIhreT26kLNjzXLF1k=";
};
buildInputs = [