python3Packages.python-tado: 0.16.0 -> 0.17.2

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:04 +02:00
parent a04a8cdc9a
commit b7b3a244a2
@@ -6,9 +6,9 @@
, requests
}:
buildPythonPackage {
buildPythonPackage rec {
pname = "python-tado";
version = "0.16.0";
version = "0.17.2";
format = "setuptools";
disabled = pythonOlder "3.5";
@@ -17,8 +17,8 @@ buildPythonPackage {
owner = "wmalgadey";
repo = "PyTado";
# https://github.com/wmalgadey/PyTado/issues/62
rev = "674dbc450170a380e76460c22d6ba943dfedb8e9";
hash = "sha256-gduqQVw/a64aDzTHFmgZu7OVB53jZb7L5vofzL3Ho6s=";
rev = "refs/tags/${version}";
hash = "sha256-w1qtSEpnZCs7+M/0Gywz9AeMxUzz2csHKm9SxBKzmz4=";
};
propagatedBuildInputs = [