Skip to content

Commit 4683fd1

Browse files
committed
python312Packages.ttkbootstrap: 1.10.1 -> 1.12.0
1 parent 4a8e787 commit 4683fd1

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/ttkbootstrap

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/ttkbootstrap/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
buildPythonPackage rec {
1111
pname = "ttkbootstrap";
12-
version = "1.10.1";
12+
version = "1.12.0";
1313

1414
src = fetchFromGitHub {
1515
owner = "israel-dryer";
1616
repo = pname;
1717
tag = "v${version}";
18-
hash = "sha256-aUqr30Tgz3ZLjLbNIt9yi6bqhXj+31heZoOLOZHYUiU=";
18+
hash = "sha256-YvBVhohkz75JRjawquOyeI5ikUv81JwumTGCA4DT6KY=";
1919
};
2020

2121
build-system = [

0 commit comments

Comments
 (0)