From f3f57bdb7f45c38ce19a4905e2441653310eadcc Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 23 Sep 2023 09:40:54 +0200 Subject: [PATCH] python311Packages.weconnect: 0.58.0 -> 0.58.3 Diff: https://github.com/tillsteinbach/WeConnect-python/compare/refs/tags/v0.58.0...v0.58.3 Changelog: https://github.com/tillsteinbach/WeConnect-python/releases/tag/v0.58.3 --- 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 a1d1522bb9a..496e73090c9 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.58.0"; + version = "0.58.3"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "tillsteinbach"; repo = "WeConnect-python"; rev = "refs/tags/v${version}"; - hash = "sha256-2+RvDAKIUsQwmVrqcgt0RXOF+Z+lZ6oSyZyI+HTcZBs="; + hash = "sha256-fSrmprt3aiYa8gRXOWKHKXah3zSqhRvD32nVdMrihwA="; }; propagatedBuildInputs = [