diff --git a/pkgs/development/python-modules/pytedee-async/default.nix b/pkgs/development/python-modules/pytedee-async/default.nix index 1229179337e3..554adb539acf 100644 --- a/pkgs/development/python-modules/pytedee-async/default.nix +++ b/pkgs/development/python-modules/pytedee-async/default.nix @@ -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 ]; };