python313Packages.python-mystrom: 2.4.0 -> 2.5.0

Diff: https://github.com/home-assistant-ecosystem/python-mystrom/compare/2.4.0...2.5.0

Changelog: https://github.com/home-assistant-ecosystem/python-mystrom/releases/tag/2.5.0

Changed files
+2 -2
pkgs
development
python-modules
python-mystrom
+2 -2
pkgs/development/python-modules/python-mystrom/default.nix
···
buildPythonPackage rec {
pname = "python-mystrom";
-
version = "2.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-ecosystem";
repo = "python-mystrom";
tag = version;
-
hash = "sha256-zG1T+wC0GznNwP3fi8GKtY9Csq9hyX0vw+h7ARVPQFQ=";
};
build-system = [ poetry-core ];
···
buildPythonPackage rec {
pname = "python-mystrom";
+
version = "2.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "home-assistant-ecosystem";
repo = "python-mystrom";
tag = version;
+
hash = "sha256-G3LbaEF7e61woa1Y3J1OmR0krIfjk2t6nX13lil+4G0=";
};
build-system = [ poetry-core ];