lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.aioairzone: 1.0.0 -> 1.0.1

Diff: https://github.com/Noltari/aioairzone/compare/1.0.0...1.0.1

Changelog: https://github.com/Noltari/aioairzone/releases/tag/1.0.1

+2 -2
+2 -2
pkgs/development/python-modules/aioairzone/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "aioairzone"; 12 - version = "1.0.0"; 12 + version = "1.0.1"; 13 13 pyproject = true; 14 14 15 15 disabled = pythonOlder "3.11"; ··· 18 18 owner = "Noltari"; 19 19 repo = "aioairzone"; 20 20 tag = version; 21 - hash = "sha256-/ZzswdGGA4IGc7djTuSIzLtBLA9oRhJBQHMBUlPci7o="; 21 + hash = "sha256-pFbX92UxhNcbHjU1Leoyr225Q6lCHT3hfv/mLSm7y2c="; 22 22 }; 23 23 24 24 build-system = [ setuptools ];