prospector: 1.8.3 -> 1.8.4

This commit is contained in:
R. Ryantm 2023-01-19 02:32:22 +00:00
parent f46ee73ba6
commit de77669d29

View File

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