python3Packages.pytedee-async: 0.2.22 -> 0.2.23 (#412627)

This commit is contained in:
Fabian Affolter 2025-06-01 08:43:23 +02:00 committed by GitHub
commit d464187190
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.22";
version = "0.2.23";
pyproject = true;
disabled = pythonOlder "3.9";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
tag = "v${version}";
hash = "sha256-bMIsyjXiruj8QdyDRiXwjRfgi6Oxlhk0B2vLn6jeCi0=";
hash = "sha256-aRxZcYm+xXt0QiUVeAe7OocY3Tew/UPiKzMCvSTaUuw=";
};
build-system = [ setuptools ];