python3Packages.pytest-subprocess: 1.4.0 -> 1.4.1

https://github.com/aklajnert/pytest-subprocess/releases/tag/1.4.1
This commit is contained in:
Robert Schütz 2022-02-10 03:12:57 +00:00 committed by Jonathan Ringer
parent 4fc58aa24c
commit d1d3266270

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pytest-subprocess";
version = "1.4.0";
version = "1.4.1";
disabled = pythonOlder "3.6";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "aklajnert";
repo = "pytest-subprocess";
rev = version;
hash = "sha256-+bsxoOsY0yf77EivImrfqxgVW0T/VnFIJXvy8X5pmEY=";
hash = "sha256-xNkOXBCQ4AH/JVmxFzI3VSouA6jkCbUom7AdckfjGiE=";
};
buildInputs = [