Unverified Commit ae1d7d45 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

python3Packages.python-openevse-http: 0.2.6 -> 0.3.0b0 (#509671)

parents d8db5698 e2929881
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,14 +13,14 @@

buildPythonPackage (finalAttrs: {
  pname = "python-openevse-http";
  version = "0.2.6";
  version = "0.3.0b0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "firstof9";
    repo = "python-openevse-http";
    tag = finalAttrs.version;
    hash = "sha256-09oucP0xbgHzQXLpBFlr/dbjGKBkKw+UND3srGtgfTI=";
    hash = "sha256-r99ai+tSTtzW5Khi1dnIYYSaF4+XwFXSPn8o2Sd0dVs=";
  };

  build-system = [ setuptools ];