python3Packages.pylint-django: 2.4.4 -> 2.5.0

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:44 -08:00 committed by Martin Weinelt
parent f663e8049e
commit 3826fe3f5b

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pylint-django";
version = "2.4.4";
version = "2.5.0";
disabled = !isPy3k;
src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bFcb5GhC7jc7jEpNlyjWa2CuCSMvQLJdnag+7mHwSb8=";
sha256 = "1r48dss9qnzlifwy5ylkffdw35aaajmil0486mav056jm1vmi2pr";
};
propagatedBuildInputs = [