python3Packages.hole: 0.9.1 -> 0.9.2

https://github.com/home-assistant-ecosystem/python-hole/releases/tag/0.9.2
This commit is contained in:
Martin Weinelt
2026-07-04 20:13:36 +02:00
parent 775a8eb8c7
commit edcf0ce1ae
@@ -10,14 +10,14 @@
buildPythonPackage (finalAttrs: {
pname = "hole";
version = "0.9.1";
version = "0.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-ecosystem";
repo = "python-hole";
tag = finalAttrs.version;
hash = "sha256-rIKb6GeULi2ooNtWD2a23JQxO9HkXiUYy0AroYeVeKU=";
hash = "sha256-j9fwetfxc0HG+Ly+MpRYL3jDHAwtt+Ls3tUcizHuUrg=";
};
build-system = [ hatchling ];