python: restructuredtext_lint: 1.1.3 -> 1.2.2
This commit is contained in:
parent
62021bb3cd
commit
69807b07cc
1 changed files with 2 additions and 2 deletions
|
@ -11,11 +11,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "restructuredtext_lint";
|
||||
version = "1.1.3";
|
||||
version = "1.2.2";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c48ca9a84c312b262809f041fe47dcfaedc9ee4879b3e1f9532f745c182b4037";
|
||||
sha256 = "82880a8de8a41bfc84f533744091b1ead8e2ab9ad6c0a3f60f4750ef6c802350";
|
||||
};
|
||||
|
||||
checkInputs = [ nose flake8 pyyaml testtools ];
|
||||
|
|
Loading…
Reference in a new issue