python310Packages.sphinxcontrib-spelling: 7.6.0 -> 7.6.1

This commit is contained in:
R. Ryantm 2022-10-10 10:47:53 +00:00
parent 5e48b0da20
commit 1c5a8bfa7d

View File

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