python310Packages.sphinxcontrib-spelling: 7.4.1 -> 7.5.0

This commit is contained in:
R. Ryantm 2022-05-31 15:28:36 +00:00
parent 958fcfb4fa
commit e87f16b25d

View File

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