python311Packages.pytedee-async: 0.2.10 -> 0.2.11

Diff: https://github.com/zweckj/pytedee_async/compare/refs/tags/v0.2.10...v0.2.11

Changelog: https://github.com/zweckj/pytedee_async/releases/tag/v0.2.11
This commit is contained in:
Fabian Affolter 2024-01-11 11:24:43 +01:00
parent 8eb78b1787
commit cce88f4ed8

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.10";
version = "0.2.11";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-dOoADOSDb4FDJNhPgUpD/GTBj5IR33qKtjJZoiMmk6E=";
hash = "sha256-mBTY2JU79Hk6P+oWQ+2FD0BYHL1c865EvnTUl6H+gnk=";
};
nativeBuildInputs = [