python: sphinxcontrib-spelling: 4.3.0 -> 5.1.0

This commit is contained in:
Frederik Rietdijk 2020-06-06 08:47:32 +02:00
parent db113a302b
commit a6d89358db

View file

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