Commit fb52eefb authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

python310Packages.sphinxcontrib-spelling: 7.6.1 -> 7.6.2

parent 22b0340d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [