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

python310Packages.sphinx-togglebutton: 0.3.1 -> 0.3.2
This commit is contained in:
Mario Rodas
2022-07-16 08:40:40 -05:00
committed by GitHub
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "sphinx-togglebutton";
version = "0.3.1";
version = "0.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "1f13c25c27a8ff40d6fc924d324746c0adb0dedeef40730c8a8b64ff55c6c92c";
sha256 = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho=";
};
propagatedBuildInputs = [ wheel sphinx docutils ];