python: restructuredtext_lint: 1.3.0 -> 1.3.1

This commit is contained in:
Frederik Rietdijk 2020-06-05 19:44:37 +02:00
parent 40121ebad9
commit 88482ad59e

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "restructuredtext_lint"; pname = "restructuredtext_lint";
version = "1.3.0"; version = "1.3.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "97b3da356d5b3a8514d8f1f9098febd8b41463bed6a1d9f126cf0a048b6fd908"; sha256 = "470e53b64817211a42805c3a104d2216f6f5834b22fe7adb637d1de4d6501fb8";
}; };
checkInputs = [ nose testtools ]; checkInputs = [ nose testtools ];