diff options
| author | Fabian Affolter <fabian@affolter-engineering.ch> | 2024-10-28 09:20:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-28 09:20:55 +0100 |
| commit | 480f8b786cb0b34e713ebfd6d4e7960635583f8e (patch) | |
| tree | 3498e317ca3cafe686fa50d0e1a85ce9ac0bd95c | |
| parent | qgis: add server support (#267301) (diff) | |
| parent | python312Packages.knocki: add changelog to meta (diff) | |
| download | nixpkgs-480f8b786cb0b34e713ebfd6d4e7960635583f8e.tar.gz | |
python312Packages.knocki: 0.3.5 -> 0.4.1 (#351707)
| -rw-r--r-- | pkgs/development/python-modules/knocki/default.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/knocki/default.nix b/pkgs/development/python-modules/knocki/default.nix index c5c5442fdfe7..bcdc986033e8 100644 --- a/pkgs/development/python-modules/knocki/default.nix +++ b/pkgs/development/python-modules/knocki/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "knocki"; - version = "0.3.5"; + version = "0.4.1"; pyproject = true; disabled = pythonOlder "3.11"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "swan-solutions"; repo = "knocki-homeassistant"; rev = "refs/tags/v${version}"; - hash = "sha256-Fb3skFttY5gtm80k1LCUQ4Z7/TQGClCNcWt1k6bLQoI="; + hash = "sha256-Eh/ykTbR2NMZ9Mjgcc53OU3+2EsX6FWV93DmwCDvsRg="; }; postPatch = '' @@ -54,6 +54,7 @@ buildPythonPackage rec { meta = with lib; { description = "Asynchronous Python client for Knocki vibration / door sensors"; homepage = "https://github.com/swan-solutions/knocki-homeassistant"; + changelog = "https://github.com/swan-solutions/knocki-homeassistant/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ mindstorms6 ]; }; |
