Unverified Commit 0506b348 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.vegehub: 0.1.24 -> 0.1.25 (#455967)

parents 2b286e65 0531ce0b
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;