Commit 0531ce0b authored by Robert Schütz's avatar Robert Schütz
Browse files
parent 122141d3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;