python3Packages.volkswagencarnet: 5.3.4 -> 5.4.0

https://github.com/robinostlund/volkswagencarnet/releases/tag/v5.4.0
This commit is contained in:
Martin Weinelt
2026-01-08 02:43:17 -08:00
committed by Robert Schütz
parent 0b22b8ce85
commit 24eeca5d72
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "volkswagencarnet";
version = "5.3.4";
version = "5.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "robinostlund";
repo = "volkswagencarnet";
tag = "v${version}";
hash = "sha256-hGOoST7u42uaCKrbHoJsghamiH8sw91bQ8WKOtYWKrI=";
hash = "sha256-9p01sCxXosaCPTo/QN1LJ4E5SvicqAjqpx7Wl7OsRtE=";
};
postPatch = ''