nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

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

python312Packages.bleak-esphome: 1.0.0 -> 1.1.0

+2 -2
+2 -2
pkgs/development/python-modules/bleak-esphome/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "bleak-esphome"; 18 - version = "1.0.0"; 18 + version = "1.1.0"; 19 19 pyproject = true; 20 20 21 21 disabled = pythonOlder "3.10"; ··· 24 24 owner = "bluetooth-devices"; 25 25 repo = "bleak-esphome"; 26 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-zz7vh+UIahHtb6ZjR/eRrS9RGur2klqbgKoeJpMrH/k="; 27 + hash = "sha256-+84ODCx2XzREhSSt5Uu0+Bj55bfU+i33qf3wFMwu3wA="; 28 28 }; 29 29 30 30 postPatch = ''