Loading pkgs/development/python-modules/vegehub/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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; Loading Loading
pkgs/development/python-modules/vegehub/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -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 = '' Loading @@ -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; Loading