Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.aioshelly: 13.7.2 -> 13.8.0

https://github.com/home-assistant-libs/aioshelly/releases/tag/13.8.0

+2 -2
+2 -2
pkgs/development/python-modules/aioshelly/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "aioshelly"; 19 - version = "13.7.2"; 19 + version = "13.8.0"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.11"; ··· 25 25 owner = "home-assistant-libs"; 26 26 repo = "aioshelly"; 27 27 tag = version; 28 - hash = "sha256-8OOg6+oKaeLk2kUJ44ynxuNx1ZGtAydLhgAhM2N9Hn0="; 28 + hash = "sha256-SzEoLOjHlXVEB8V1Qc2IcA46YVIQ3w+FGADB5EaIb4k="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];