python3Packages.hassil: 3.7.0 -> 3.8.0

https://github.com/home-assistant/hassil/blob/v3.8.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt 2026-07-04 20:13:11 +02:00
commit 775a8eb8c7
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -16,7 +16,7 @@
let
pname = "hassil";
version = "3.7.0";
version = "3.8.0";
in
buildPythonPackage rec {
inherit pname version;
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "home-assistant";
repo = "hassil";
tag = "v${version}";
hash = "sha256-C3nx8w0y4RsHq9txwdSfgS9BMcY4TyZiBOq4QIq5w+0=";
hash = "sha256-b+ykT6P9yG8jZZN92K76uBaKTJpV6lkcqP3AAYbj3dU=";
};
build-system = [ setuptools ];