Merge pull request #179201 from r-ryantm/auto-update/python3.10-sphinxcontrib-spelling

python310Packages.sphinxcontrib-spelling: 7.5.1 -> 7.6.0
This commit is contained in:
Fabian Affolter 2022-06-28 16:34:22 +02:00 committed by GitHub
commit a1a37dfa60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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