Robert Schütz
2025-10-26 11:32:13 -07:00
parent 122141d3bb
commit 0531ce0be0
@@ -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;