python.pkgs.restructuredtext_lint: 1.2.2 -> 1.3.0
This commit is contained in:
parent
80dd844b85
commit
847e4e31d9
@ -9,14 +9,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "restructuredtext_lint";
|
pname = "restructuredtext_lint";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
|
|
||||||
# https://github.com/twolfson/restructuredtext-lint/pull/47
|
|
||||||
disabled = isPy37;
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "82880a8de8a41bfc84f533744091b1ead8e2ab9ad6c0a3f60f4750ef6c802350";
|
sha256 = "97b3da356d5b3a8514d8f1f9098febd8b41463bed6a1d9f126cf0a048b6fd908";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose testtools ];
|
checkInputs = [ nose testtools ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user