python: pytest-xprocess: 0.12.1 -> 0.13.1

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:28 +02:00
parent a05015d631
commit 3116d93bec

View file

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "pytest-xprocess";
version = "0.12.1";
version = "0.13.1";
src = fetchPypi {
inherit pname version;
sha256 = "06w2acg0shy0vxrmnxpqclimhgfjys5ql5kmmzr7r1lai46x1q2h";
sha256 = "779aeca517cd9c996d1544bdc510cb3cff40c48136d94bbce6148e27f30a93ff";
};
propagatedBuildInputs = [ psutil pytest ];