Commit 63806079 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pyosohotwaterapi: 1.2.0 -> 1.2.4

parent dc80fe1e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pyosohotwaterapi";
  version = "1.2.0";
  version = "1.2.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "osohotwateriot";
    repo = "apyosohotwaterapi";
    tag = version;
    hash = "sha256-GFjA1RtJC2bxSoH2TIZwEdSAvpteYBTbsS81hhp4Y3E=";
    hash = "sha256-hpbmiSOLawKVSh7BGV70bRi45HCDKmdxEEhCOdJuIww=";
  };

  build-system = [