python3Packages.async-tkinter-loop: 0.9.2 -> 0.9.3

https://github.com/insolor/async-tkinter-loop/releases/tag/0.9.3
This commit is contained in:
Martin Weinelt
2023-12-20 20:17:41 +01:00
parent 5c4889d33a
commit 61850e6ea6
@@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "async-tkinter-loop";
version = "0.9.2";
version = "0.9.3";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "async_tkinter_loop";
hash = "sha256-YwmW+zXAx9TAxgoRLEr7/3o1rrO4eSNScuoTh3ud2Vo=";
hash = "sha256-UJxBgTmEe8suR6WmttJKLi3KKQvEaNrWtrgCnoqGW/0=";
};
nativeBuildInputs = [