3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.sphinxcontrib-spelling: 7.6.1 -> 7.6.2

This commit is contained in:
R. Ryantm 2022-10-19 01:01:16 +00:00 committed by Jonathan Ringer
parent 22b0340d11
commit fb52eefbe3

View file

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