python3Packages.pytedee-async: 0.2.20 -> 0.2.22

https://github.com/zweckj/pytedee_async/releases/tag/v0.2.22
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:52 +01:00
parent 84d8c43d9f
commit c0e71fc4bf
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pytedee-async";
version = "0.2.20";
version = "0.2.22";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "zweckj";
repo = "pytedee_async";
tag = "v${version}";
hash = "sha256-mBE5h6oGEJ2Wzb/PCD4vwFs52tWy+YmQVA06BPVW1Kg=";
hash = "sha256-bMIsyjXiruj8QdyDRiXwjRfgi6Oxlhk0B2vLn6jeCi0=";
};
build-system = [ setuptools ];
@@ -33,7 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to interact with Tedee locks";
homepage = "https://github.com/zweckj/pytedee_async";
changelog = "https://github.com/zweckj/pytedee_async/releases/tag/v${version}";
changelog = "https://github.com/zweckj/pytedee_async/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};