python37Packages.sphinxcontrib-spelling: 5.2.2 -> 7.1.0

This commit is contained in:
R. RyanTM 2020-11-21 07:05:23 +00:00
parent 26803925aa
commit 62910c5873

View file

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