python3Packages.ttkbootstrap: 1.14.2 -> 1.20.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:39:06 +01:00
parent 23053afc21
commit c2193a1a79
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "ttkbootstrap";
version = "1.14.2";
version = "1.20.0";
pyproject = true;
src = fetchFromGitHub {
owner = "israel-dryer";
repo = "ttkbootstrap";
tag = "v${version}";
hash = "sha256-D1Gx+gP6xbeOhKcjb2uhwhHlYFhma9y04tp0ibJCw6g=";
hash = "sha256-CahjPHHcCWmZDTIWotPhMCEEIoCqnPCGpB9q/Cu7/ok=";
};
build-system = [