python3Packages.pytest-xprocess: 0.23.0 -> 1.0.2

This commit is contained in:
Martin Weinelt
2024-06-24 12:18:11 +02:00
parent d0c5bce75e
commit 13627f3c3e
@@ -10,12 +10,12 @@
buildPythonPackage rec {
pname = "pytest-xprocess";
version = "0.23.0";
version = "1.0.2";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-+NQEGiChwe8ZQwVOSj33rHtD5/KR9kD0PDTp3MSzTfo=";
hash = "sha256-FeJwY3WG6rxWdV7l/MgcSL20a6fvfA1bG2QwLQgMxg8=";
};
postPatch = ''