Unverified Commit bbe7d8f8 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #281957 from r-ryantm/auto-update/python311Packages.python-tado

python311Packages.python-tado: 0.17.3 -> 0.17.4
parents 7086e5ea 0074fb0f
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "python-tado";
  version = "0.17.3";
  version = "0.17.4";
  format = "setuptools";

  disabled = pythonOlder "3.5";
@@ -16,9 +16,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "wmalgadey";
    repo = "PyTado";
    # https://github.com/wmalgadey/PyTado/issues/62
    rev = "refs/tags/${version}";
    hash = "sha256-whpNYiAb2cqKI4m0HJN2lPt51FLuEzrkrRTSWs6uznU=";
    hash = "sha256-Wdd9HdsQjaYlL8knhMuO87+dom+aTsmrLRK0UdrpsbQ=";
  };

  propagatedBuildInputs = [
@@ -30,9 +29,9 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    description =
      "Python binding for Tado web API. Pythonize your central heating!";
    description = "Python binding for Tado web API. Pythonize your central heating!";
    homepage = "https://github.com/wmalgadey/PyTado";
    changelog = "https://github.com/wmalgadey/PyTado/releases/tag/${version}";
    license = licenses.gpl3Plus;
    maintainers = with maintainers; [ jamiemagee ];
  };