Unverified Commit bec92295 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.pyosohotwaterapi: 1.1.4 -> 1.1.5 (#417789)

parents a12d9400 571fb77c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "pyosohotwaterapi";
  version = "1.1.4";
  version = "1.1.5";
  pyproject = true;

  disabled = pythonOlder "3.10";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "osohotwateriot";
    repo = "apyosohotwaterapi";
    tag = version;
    hash = "sha256-7FLGmmndrFqSl4oC8QFIYNlFJPr+xbiZG5ZRt4vx8+s=";
    hash = "sha256-jE8cwC18/M58WOVpMsUjIDVmFXLBvPwaAXOSZatpjX0=";
  };

  # https://github.com/osohotwateriot/apyosohotwaterapi/pull/3
@@ -52,7 +52,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module for using the OSO Hotwater API";
    homepage = "https://github.com/osohotwateriot/apyosohotwaterapi";
    changelog = "https://github.com/osohotwateriot/apyosohotwaterapi/releases/tag/${version}";
    changelog = "https://github.com/osohotwateriot/apyosohotwaterapi/releases/tag/${src.tag}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
  };