python37Packages.pytest-pylint: 0.14.0 -> 0.14.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-pytest-pylint/versions
This commit is contained in:
R. RyanTM 2019-08-05 14:21:18 -07:00
parent 53328909da
commit df02af5dbe

View File

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "pytest-pylint";
version = "0.14.0";
version = "0.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "7bfbb66fc6dc160193a9e813a7c55e5ae32028f18660deeb90e1cb7e980cbbac";
sha256 = "1v6jqxbvzaw6v3xxwd689agy01k0j06q5c3q8gn2f3jlkrvylf4c";
};
buildInputs = [ pytestrunner ];