python3Packages.pyhive-integration: 1.0.7 -> 1.0.8

Changelog: https://github.com/Pyhass/Pyhiveapi/releases/tag/1.0.8
This commit is contained in:
Fabian Affolter
2026-03-01 10:06:55 +01:00
parent ac93b99d02
commit 765e3889b9
@@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "pyhive-integration";
version = "1.0.7";
version = "1.0.8";
pyproject = true;
src = fetchFromGitHub {
owner = "Pyhass";
repo = "Pyhiveapi";
tag = "v${version}";
tag = version;
hash = "sha256-9qcRvkRV/3GT66jlnkdKk+J3frEcsJ3C+Oio5gbRi5s=";
};