python310Packages.sphinxcontrib-spelling: 7.3.3 -> 7.4.0

This commit is contained in:
R. Ryantm 2022-05-26 09:40:03 +00:00
parent 41e3072c81
commit df81c4642d

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "sphinxcontrib-spelling";
version = "7.3.3";
version = "7.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-OBnRJinZXgyQkiT6QLRipn4K2zIdUCg9f8DRFobIrH4=";
hash = "sha256-GLsQu912pXRg7dejBka9lXZt+oxv50/T7J2ZQ2BlmGA=";
};
nativeBuildInputs = [