python: pytest-mypy: 0.4.2 -> 0.6.2
This commit is contained in:
parent
e6dbc21e2d
commit
645add1085
@ -7,11 +7,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pytest-mypy";
|
||||
version = "0.4.2";
|
||||
version = "0.6.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "5a5338cecff17f005b181546a13e282761754b481225df37f33d37f86ac5b304";
|
||||
sha256 = "2560a9b27d59bb17810d12ec3402dfc7c8e100e40539a70d2814bcbb27240f27";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ pytest mypy ];
|
||||
|
Loading…
Reference in New Issue
Block a user