python312Packages.pytedee-async: 0.2.17 -> 0.2.20

Diff: https://github.com/zweckj/pytedee_async/compare/refs/tags/v0.2.17...v0.2.20

Changelog: https://github.com/zweckj/pytedee_async/releases/tag/v0.2.20
This commit is contained in:
Fabian Affolter
2024-07-20 03:38:33 +02:00
committed by Martin Weinelt
parent ab11ce32ae
commit 451fb7a2bd
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.17";
version = "0.2.20";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-5mCHCzoDJ6+ao2guhAtVjvPaAS6Hutn+NwaQIjWDlgo=";
hash = "sha256-mBE5h6oGEJ2Wzb/PCD4vwFs52tWy+YmQVA06BPVW1Kg=";
};
build-system = [ setuptools ];