python: restructuredtext_lint: 1.1.2 -> 1.1.3
This commit is contained in:
parent
fd35c5c8fd
commit
78b3721753
@ -11,12 +11,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "restructuredtext_lint";
|
pname = "restructuredtext_lint";
|
||||||
version = "1.1.2";
|
version = "1.1.3";
|
||||||
name = "${pname}-${version}";
|
name = "${pname}-${version}";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "9201d354e22c27be61cf6d8212da6e10c875eec7ec8d1bdb1067b2a5ba931637";
|
sha256 = "c48ca9a84c312b262809f041fe47dcfaedc9ee4879b3e1f9532f745c182b4037";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose flake8 pyyaml testtools ];
|
checkInputs = [ nose flake8 pyyaml testtools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user