3
0
Fork 0
forked from mirrors/nixpkgs

python: pytest-testmon: 1.0.2 -> 1.0.3

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:13 +02:00
parent 100e89782c
commit eea0a99233

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "pytest-testmon";
version = "1.0.2";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "fdb016d953036051d1ef0e36569b7168cefa4914014789a65a4ffefc87f85ac5";
sha256 = "927a73dd510b90a2e4a48ea4d37e82c4490b56caa745663262024ea0cd278169";
};
propagatedBuildInputs = [ coverage ];