Merge pull request #256224 from r-ryantm/auto-update/python310Packages.async-tkinter-loop

python310Packages.async-tkinter-loop: 0.8.1 -> 0.9.1
This commit is contained in:
Weijia Wang 2023-09-26 11:38:01 +02:00 committed by GitHub
commit a10eed3ecb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,13 @@
buildPythonPackage rec {
pname = "async-tkinter-loop";
version = "0.8.1";
version = "0.9.1";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "async_tkinter_loop";
hash = "sha256-+9AvnYIZMWCbpCEKdbIadyU8zgyUlW/fRYYyDOxAzeg=";
hash = "sha256-Phxx9RovjU5JOonMt7Zhum0/BGRS5OLRAkLTl4L/BW4=";
};
nativeBuildInputs = [