python312Packages.ttkbootstrap: 1.12.0 -> 1.12.1

This commit is contained in:
R. Ryantm
2025-04-29 08:58:52 +00:00
parent 0344f99dd4
commit 8c8f050dac
@@ -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 = [