lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.restructuredtext_lint: 1.3.2 -> 1.4.0

+2 -2
+2 -2
pkgs/development/python-modules/restructuredtext_lint/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "restructuredtext_lint"; 11 - version = "1.3.2"; 11 + version = "1.4.0"; 12 12 13 13 src = fetchPypi { 14 14 inherit pname version; 15 - sha256 = "d3b10a1fe2ecac537e51ae6d151b223b78de9fafdd50e5eb6b08c243df173c80"; 15 + sha256 = "sha256-GyNcDJIjQatsUwOQiS656S+QubdQRgY+BHys+w8FDEU="; 16 16 }; 17 17 18 18 checkInputs = [ nose testtools ];