python3Packages.hass-nabucasa: 0.111.1 -> 0.111.2

https://github.com/NabuCasa/hass-nabucasa/releases/tag/0.111.2
This commit is contained in:
Martin Weinelt
2025-08-11 21:42:11 +02:00
parent 5e2ab86dc4
commit fa327fbde8
@@ -26,7 +26,7 @@
buildPythonPackage rec {
pname = "hass-nabucasa";
version = "0.111.1";
version = "0.111.2";
pyproject = true;
disabled = pythonOlder "3.13";
@@ -35,7 +35,7 @@ buildPythonPackage rec {
owner = "nabucasa";
repo = "hass-nabucasa";
tag = version;
hash = "sha256-WmsLn/pHI3KJSmX5U20eNUEs0Q1upuwkkzcHIYPNYjY=";
hash = "sha256-64DdjyzeeYI9u8hYP7CwZvLhCcCzztti2DshvtYcxNQ=";
};
build-system = [ setuptools ];