python314Packages.pyporscheconnectapi: 0.2.5 -> 0.2.6
Diff: https://github.com/CJNE/pyporscheconnectapi/compare/0.2.5...0.2.6 Changelog: https://github.com/CJNE/pyporscheconnectapi/releases/tag/0.2.6
This commit is contained in:
@@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyporscheconnectapi";
|
||||
version = "0.2.5";
|
||||
version = "0.2.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "CJNE";
|
||||
repo = "pyporscheconnectapi";
|
||||
tag = version;
|
||||
hash = "sha256-uB8dbAWoHUWuvWyUhPV1P2wPH/ZzVX22PJNEiDYoOA4=";
|
||||
hash = "sha256-aiNCT1IYSXdlJfIoQsBnVn9FGHifkI8e35VCQGGAAZ0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user