python: restructuredtext_lint: 1.1.3 -> 1.2.2

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:29 +01:00
parent 62021bb3cd
commit 69807b07cc

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "restructuredtext_lint"; pname = "restructuredtext_lint";
version = "1.1.3"; version = "1.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "c48ca9a84c312b262809f041fe47dcfaedc9ee4879b3e1f9532f745c182b4037"; sha256 = "82880a8de8a41bfc84f533744091b1ead8e2ab9ad6c0a3f60f4750ef6c802350";
}; };
checkInputs = [ nose flake8 pyyaml testtools ]; checkInputs = [ nose flake8 pyyaml testtools ];