python: pytest-xprocess: 0.12.1 -> 0.13.1
This commit is contained in:
parent
a05015d631
commit
3116d93bec
@ -5,11 +5,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-xprocess";
|
pname = "pytest-xprocess";
|
||||||
version = "0.12.1";
|
version = "0.13.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "06w2acg0shy0vxrmnxpqclimhgfjys5ql5kmmzr7r1lai46x1q2h";
|
sha256 = "779aeca517cd9c996d1544bdc510cb3cff40c48136d94bbce6148e27f30a93ff";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ psutil pytest ];
|
propagatedBuildInputs = [ psutil pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user