From aa65bb43b261f8020f6ebfeffdac3ccb64164f80 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Dec 2023 21:19:59 +0100 Subject: [PATCH] python311Packages.pyhiveapi: add changelog to meta --- pkgs/development/python-modules/pyhiveapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyhiveapi/default.nix b/pkgs/development/python-modules/pyhiveapi/default.nix index 989b1d115d8d..341e08186470 100644 --- a/pkgs/development/python-modules/pyhiveapi/default.nix +++ b/pkgs/development/python-modules/pyhiveapi/default.nix @@ -15,8 +15,7 @@ buildPythonPackage rec { pname = "pyhiveapi"; version = "0.5.16"; - - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.6"; @@ -59,6 +58,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}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; };