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

python310Packages.sphinxcontrib-spelling: 7.4.1 -> 7.5.0
This commit is contained in:
Sandro 2022-06-01 02:19:13 +02:00 committed by GitHub
commit 98128137b5
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.4.1";
version = "7.5.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OpbyKqxq9JQHOvrLmI2U2NfCtgJ7IFA6jyDa4ysQw74=";
hash = "sha256-2SvcHWPzYbbgoXG51oUYEBdFSFMX8VhhUB44fxt49qs=";
};
nativeBuildInputs = [