python310Packages.python-mystrom: 2.1.0 -> 2.2.0

Changelog: https://github.com/home-assistant-ecosystem/python-mystrom/releases/tag/2.2.0
This commit is contained in:
Fabian Affolter 2023-05-21 20:52:29 +02:00
parent 04b76eb6ea
commit 4443e737e1

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "python-mystrom";
version = "2.1.0";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-Kqv5rUdwkynOzssID77gVYyzs0CDR/bUWh6zpt5zOP8=";
hash = "sha256-VFsTA/isBw0H7qXQhOX6K2p1QcVxO7q5TIzf8YivVgc=";
};
propagatedBuildInputs = [