python37Packages.pydocstyle: 4.0.1 -> 5.0.2
This commit is contained in:
parent
87c7a17711
commit
412368d328
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pydocstyle";
|
||||
version = "4.0.1";
|
||||
version = "5.0.2";
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "PyCQA";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "1sr8d2fsfpam4f14v4als6g2v6s3n9h138vxlwhd6slb3ll14y4l";
|
||||
sha256 = "03z8miyppm2xncrc9yjilwl7z5c5cpv51zha580v64p8sb2l0j7j";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ snowballstemmer ];
|
||||
|
|
Loading…
Reference in a new issue