Merge pull request #93393 from r-ryantm/auto-update/python3.7-pylint-django

python37Packages.pylint-django: 2.0.15 -> 2.1.0
This commit is contained in:
Lancelot SIX 2020-07-18 11:56:50 +01:00 committed by GitHub
commit 9b195c5369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pylint-django";
version = "2.0.15";
version = "2.1.0";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "0wpzd3j01njxfclbhxz31s5clc7il67nhm4lz89q2aaj19c0xzsa";
sha256 = "1gvbh2a480x3ddrq6xzray7kdsz8nb8n16xm2lf03w2nqnsdbkwy";
};
propagatedBuildInputs = [