From 225b3007d9a56e980422efad069798d4d177ed1c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 4 Sep 2023 20:20:02 +0200 Subject: [PATCH 1/2] python311Packages.weconnect: 0.57.0 -> 0.58.0 Diff: https://github.com/tillsteinbach/WeConnect-python/compare/refs/tags/v0.57.0...v0.58.0 Changelog: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.58.0 --- pkgs/development/python-modules/weconnect/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/weconnect/default.nix b/pkgs/development/python-modules/weconnect/default.nix index a70e833da9fc..a1d1522bb9a0 100644 --- a/pkgs/development/python-modules/weconnect/default.nix +++ b/pkgs/development/python-modules/weconnect/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "weconnect"; - version = "0.57.0"; + version = "0.58.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "tillsteinbach"; repo = "WeConnect-python"; rev = "refs/tags/v${version}"; - hash = "sha256-EqKjDPSjhI03ZwkHyNG4ZbIdrzn7wrjpGfze1Qkk0lk="; + hash = "sha256-2+RvDAKIUsQwmVrqcgt0RXOF+Z+lZ6oSyZyI+HTcZBs="; }; propagatedBuildInputs = [ From 1cc256582032fe7c812f01ac962bc20f35409f28 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 4 Sep 2023 20:20:31 +0200 Subject: [PATCH 2/2] python311Packages.weconnect-mqtt: 0.45.1 -> 0.46.0 Diff: https://github.com/tillsteinbach/WeConnect-mqtt/compare/refs/tags/v0.45.1...v0.46.0 Changelog: https://github.com/tillsteinbach/WeConnect-mqtt/releases/tag/v0.46.0 --- pkgs/development/python-modules/weconnect-mqtt/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/weconnect-mqtt/default.nix b/pkgs/development/python-modules/weconnect-mqtt/default.nix index 0111a43b06ce..baffe37de0c9 100644 --- a/pkgs/development/python-modules/weconnect-mqtt/default.nix +++ b/pkgs/development/python-modules/weconnect-mqtt/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "weconnect-mqtt"; - version = "0.45.1"; + version = "0.46.0"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "tillsteinbach"; repo = "WeConnect-mqtt"; rev = "refs/tags/v${version}"; - hash = "sha256-lZa8HIGLSDd/avNuoYSUHJ0b3rSx8uHLuUz8lABQHO4="; + hash = "sha256-7TR6+woAV8f80t4epCnZj4jYYpTPKDkzwzNNsgofiwg="; }; postPatch = ''