Unverified Commit 611951c0 authored by Michael Daniels's avatar Michael Daniels Committed by GitHub
Browse files

python3Packages.ttkbootstrap: 1.20.0 -> 1.20.2 (#451237)

parents 3afbbefa 18c8ab53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "ttkbootstrap";
  version = "1.20.0";
  version = "1.20.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "israel-dryer";
    repo = "ttkbootstrap";
    tag = "v${version}";
    hash = "sha256-CahjPHHcCWmZDTIWotPhMCEEIoCqnPCGpB9q/Cu7/ok=";
    hash = "sha256-NXfRKSwwyRYKPTQJ7wlBfY5IYuqBzuosZQNqB7dMqC4=";
  };

  build-system = [