python: sphinxcontrib-spelling: 5.1.2 -> 5.2.2

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:31:16 +02:00
parent ff21fc43c8
commit d92cb3359d

View File

@ -8,11 +8,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "sphinxcontrib-spelling"; pname = "sphinxcontrib-spelling";
version = "5.1.2"; version = "5.2.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "7f220647f1d9270bd90f0a42146b75a03c51a60184ced6584a9e5ef8f385b5a1"; sha256 = "c8250ff02e6033c3aeabc41e91dc185168fecefb0c5722aaa3e2055a829e1e4c";
}; };
propagatedBuildInputs = [ sphinx pyenchant pbr ]; propagatedBuildInputs = [ sphinx pyenchant pbr ];