python: sphinxcontrib-spelling: 4.2.1 -> 4.3.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:49 +02:00
parent f6054ea58c
commit ac4437f480

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "sphinxcontrib-spelling";
version = "4.2.1";
version = "4.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "7bcbaabef7aa9c176b81d960b20d0f67817ccea5e098968c366d2db4ad76d476";
sha256 = "0304dac9286378f9c608af8d885a08fe03a9c62b3ebfa8802008018d92371c19";
};
propagatedBuildInputs = [ sphinx pyenchant pbr ];