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

prospector: 1.8.3 -> 1.8.4
This commit is contained in:
Weijia Wang 2023-01-26 00:48:52 +01:00 committed by GitHub
commit 021d3b51ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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