python310Packages.sphinxcontrib-spelling: 7.5.0 -> 7.5.1

This commit is contained in:
R. Ryantm 2022-06-20 13:29:08 +00:00 committed by Bjørn Forsman
parent 5e40d30200
commit 4a597dcebb

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-spelling";
version = "7.5.0";
version = "7.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2SvcHWPzYbbgoXG51oUYEBdFSFMX8VhhUB44fxt49qs=";
hash = "sha256-D8TCSGOezvPUigR1T+uhdEaOaza1bJAwJcUNYNbPtO8=";
};
nativeBuildInputs = [