nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.sphinxcontrib-spelling: 7.6.1 -> 7.6.2

authored by

R. Ryantm and committed by
Jonathan Ringer
fb52eefb 22b0340d

+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.6.1"; 13 + version = "7.6.2"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-REhXV53WGRTzlwrRBGx0v2dYE29+FEtGypwoEIhw9Qg="; 20 + hash = "sha256-oSnV3QwAydQUvN9Zmv3bVbrgHx1UNjbn67CUkborq9Q="; 21 21 }; 22 22 23 23 nativeBuildInputs = [