python3Packages.pyhiveapi: 0.5.16 -> 1.0.1

https://github.com/Pyhass/Pyhiveapi/releases/tag/v1.0.1
This commit is contained in:
Martin Weinelt
2025-01-27 10:56:42 +01:00
parent 202fba9d2c
commit 5451021377
@@ -59,7 +59,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library to interface with the Hive API";
homepage = "https://github.com/Pyhass/Pyhiveapi";
changelog = "https://github.com/Pyhass/Pyhiveapi/releases/tag/v${version}";
changelog = "https://github.com/Pyhass/Pyhiveapi/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};