Merge pull request #181613 from r-ryantm/auto-update/python3.10-sphinx-togglebutton

python310Packages.sphinx-togglebutton: 0.3.1 -> 0.3.2

authored by Mario Rodas and committed by GitHub a5aa2cd7 7d1f96e0

+2 -2
+2 -2
pkgs/development/python-modules/sphinx-togglebutton/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "sphinx-togglebutton"; 11 - version = "0.3.1"; 12 13 src = fetchPypi { 14 inherit pname version; 15 - sha256 = "1f13c25c27a8ff40d6fc924d324746c0adb0dedeef40730c8a8b64ff55c6c92c"; 16 }; 17 18 propagatedBuildInputs = [ wheel sphinx docutils ];
··· 8 9 buildPythonPackage rec { 10 pname = "sphinx-togglebutton"; 11 + version = "0.3.2"; 12 13 src = fetchPypi { 14 inherit pname version; 15 + sha256 = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho="; 16 }; 17 18 propagatedBuildInputs = [ wheel sphinx docutils ];