python310Packages.async-tkinter-loop: 0.9.1 -> 0.9.2

This commit is contained in:
R. Ryantm 2023-10-13 09:13:45 +00:00
parent 1d6eb597f3
commit 1769de5b4b

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "async-tkinter-loop";
version = "0.9.1";
version = "0.9.2";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "async_tkinter_loop";
hash = "sha256-Phxx9RovjU5JOonMt7Zhum0/BGRS5OLRAkLTl4L/BW4=";
hash = "sha256-YwmW+zXAx9TAxgoRLEr7/3o1rrO4eSNScuoTh3ud2Vo=";
};
nativeBuildInputs = [