python312Packages.pytedee-async: 0.2.13 -> 0.2.14

Diff: https://github.com/zweckj/pytedee_async/compare/refs/tags/v0.2.13...v0.2.14

Changelog: https://github.com/zweckj/pytedee_async/releases/tag/v0.2.14
This commit is contained in:
Fabian Affolter 2024-02-25 11:12:34 +01:00
parent e9f22fb5cb
commit 2581942b61

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.13";
version = "0.2.14";
pyproject = true;
disabled = pythonOlder "3.9";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
rev = "refs/tags/v${version}";
hash = "sha256-3W+eqkniDMoDKeute5w1QyklOc/aren/Q8txBEI/4ys=";
hash = "sha256-BtBHiDOYe8BkrqJEGG4eGKFMnCspCQK4fvcj2vvGmFM=";
};
nativeBuildInputs = [