python3Packages.pytest-xprocess: 0.19.0 -> 0.20.0

This commit is contained in:
Martin Weinelt 2022-09-14 23:36:18 +02:00
parent c5b06fd1f4
commit 0be873c4dd

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "pytest-xprocess";
version = "0.19.0";
version = "0.20.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-GCDFSdZx7bLInCX/HjjHDs2g/v4oDxPEWiyMbWbXtQ4=";
sha256 = "sha256-AhZ1IsTcdZ+RxKsZhUY5zR6fbgq/ynXhGWgrVB0b1j8=";
};
nativeBuildInputs = [ setuptools-scm ];