From 36306f85b5c5c222204cfae253ba948c427e7f9b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 14 May 2025 20:40:15 +0200 Subject: [PATCH] python313Packages.pyporscheconnectapi: 0.2.3 -> 0.2.4 Diff: https://github.com/CJNE/pyporscheconnectapi/compare/refs/tags/0.2.3...refs/tags/0.2.4 Changelog: https://github.com/CJNE/pyporscheconnectapi/releases/tag/0.2.4 --- .../python-modules/pyporscheconnectapi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyporscheconnectapi/default.nix b/pkgs/development/python-modules/pyporscheconnectapi/default.nix index 13ee074de752..73116e365fe6 100644 --- a/pkgs/development/python-modules/pyporscheconnectapi/default.nix +++ b/pkgs/development/python-modules/pyporscheconnectapi/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pyporscheconnectapi"; - version = "0.2.3"; + version = "0.2.4"; pyproject = true; src = fetchFromGitHub { owner = "CJNE"; repo = "pyporscheconnectapi"; tag = version; - hash = "sha256-MQYhIp+DUYcRKAEwcT8qzrFY043b33BHR8jma3jR0lE="; + hash = "sha256-fU+P2M4TQzhyNk4CfcTBpaIOFC0sPaOLh/iGCjLIG5I="; }; postPatch = ''