diff --git a/pkgs/development/python-modules/vegehub/default.nix b/pkgs/development/python-modules/vegehub/default.nix index ae7b272fb8bf..a110601dbac3 100644 --- a/pkgs/development/python-modules/vegehub/default.nix +++ b/pkgs/development/python-modules/vegehub/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "vegehub"; - version = "0.1.24"; + version = "0.1.25"; pyproject = true; src = fetchFromGitHub { owner = "Thulrus"; repo = "VegeHubPyPiLib"; tag = "V${version}"; - hash = "sha256-W/5kvertNC7w2IS/N5k06cDyNFgel2s4/znR+Lz5RJU="; + hash = "sha256-jdD+vYcnrwPVJhVBVvB7ULcD1KrOudUC2K/agxHLnwY="; }; postPatch = '' @@ -40,6 +40,7 @@ buildPythonPackage rec { ]; meta = { + changelog = "https://github.com/Thulrus/VegeHubPyPiLib/releases/tag/${src.tag}"; description = "Basic package for simplifying interactions with the Vegetronix VegeHub"; homepage = "https://github.com/Thulrus/VegeHubPyPiLib"; license = lib.licenses.gpl3Plus;