python39Packages.sphinxcontrib-spelling: 7.6.2 -> 7.7.0

This commit is contained in:
R. Ryantm
2022-12-22 12:24:28 +00:00
parent b10a520017
commit ed9a30150f
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-spelling";
version = "7.6.2";
version = "7.7.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-oSnV3QwAydQUvN9Zmv3bVbrgHx1UNjbn67CUkborq9Q=";
hash = "sha256-VlYcP2oVWwlGkU5N6YhymFkxVyncGBteTcimj+eN41o=";
};
nativeBuildInputs = [