lol

python3Packages.sphinxcontrib-spelling: 7.1.0 -> 7.2.1

+2 -2
+2 -2
pkgs/development/python-modules/sphinxcontrib-spelling/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "sphinxcontrib-spelling"; 13 - version = "7.1.0"; 13 + version = "7.2.1"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; 17 - sha256 = "5b4240808a6d21eab9c49e69ad5ac0cb3efb03fe2e94763d23c860f85ec6a799"; 17 + sha256 = "f2578653014931b32c8c30d1a9930d998ae053b0d8b7adfbea0eb95a63e7a737"; 18 18 }; 19 19 20 20 propagatedBuildInputs = [ sphinx pyenchant pbr ]