Unverified Commit 68fe3ce6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.async-tkinter-loop: 0.10.0 -> 0.10.2 (#453681)

parents 201c9d5b 4084c143
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

buildPythonPackage rec {
  pname = "async-tkinter-loop";
  version = "0.10.0";
  version = "0.10.2";
  format = "pyproject";

  src = fetchPypi {
    inherit version;
    pname = "async_tkinter_loop";
    hash = "sha256-+p8KJ8vPsSwpl+YsOIsWfZEeu7+FUiNVbmtMlOvYbHY=";
    hash = "sha256-2EowLDV3lM8hXo5KufdJ3GoFMjEC9xdsotO1/qR9oPs=";
  };

  nativeBuildInputs = [