Merge pull request #217315 from r-ryantm/auto-update/prospector

prospector: 1.8.4 -> 1.9.0
This commit is contained in:
Weijia Wang 2023-02-24 18:49:02 +02:00 committed by GitHub
commit 7714208765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,14 +9,14 @@ in
python3.pkgs.buildPythonApplication rec {
pname = "prospector";
version = "1.8.4";
version = "1.9.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "PyCQA";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-g7tyn6pj5I/+b28wIitqDapR5ffk1xDEAtcYs2TpIUk=";
hash = "sha256-94JGKX91d2kul+KMYohga9KCOj6RN/YKpD8e4nWSOOM=";
};
pythonRelaxDeps = [