python3Packages.sphinx-togglebutton: 0.3.2 -> 0.4.4

This commit was automatically generated using update-python-libraries.

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:57 +01:00
co-authored by Michael Daniels
parent 6826636a7e
commit 2a5e91f986
@@ -10,12 +10,13 @@
buildPythonPackage rec {
pname = "sphinx-togglebutton";
version = "0.3.2";
version = "0.4.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-qwyLNmQnsB5MiYAtXQeEcsQn+m6dEtUhw0+gRCVZ3Ho=";
inherit version;
pname = "sphinx_togglebutton";
hash = "sha256-BMMyaS/V9TY60CoAHmkzaXZ9bB8OWCeXcKKutXG0cqE=";
};
nativeBuildInputs = [