python312Packages.ttkbootstrap: 1.12.0 -> 1.12.1 (#402774)

This commit is contained in:
Nick Cao
2025-04-29 16:36:58 -04:00
committed by GitHub
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "ttkbootstrap";
version = "1.12.0";
version = "1.12.1";
src = fetchFromGitHub {
owner = "israel-dryer";
repo = pname;
tag = "v${version}";
hash = "sha256-YvBVhohkz75JRjawquOyeI5ikUv81JwumTGCA4DT6KY=";
hash = "sha256-Pkp45lB1Xeu9ZoLjKS8aSW2By/k3ID1qwMig/jdYHh4=";
};
build-system = [