Loading pkgs/development/python-modules/pyporscheconnectapi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyporscheconnectapi"; version = "0.2.5"; version = "0.2.6"; pyproject = true; src = fetchFromGitHub { owner = "CJNE"; repo = "pyporscheconnectapi"; tag = version; hash = "sha256-uB8dbAWoHUWuvWyUhPV1P2wPH/ZzVX22PJNEiDYoOA4="; tag = finalAttrs.version; hash = "sha256-aiNCT1IYSXdlJfIoQsBnVn9FGHifkI8e35VCQGGAAZ0="; }; postPatch = '' Loading @@ -41,8 +41,8 @@ buildPythonPackage rec { meta = { description = "Python client library for Porsche Connect API"; homepage = "https://github.com/CJNE/pyporscheconnectapi"; changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${src.tag}"; changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/pyporscheconnectapi/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -8,16 +8,16 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "pyporscheconnectapi"; version = "0.2.5"; version = "0.2.6"; pyproject = true; src = fetchFromGitHub { owner = "CJNE"; repo = "pyporscheconnectapi"; tag = version; hash = "sha256-uB8dbAWoHUWuvWyUhPV1P2wPH/ZzVX22PJNEiDYoOA4="; tag = finalAttrs.version; hash = "sha256-aiNCT1IYSXdlJfIoQsBnVn9FGHifkI8e35VCQGGAAZ0="; }; postPatch = '' Loading @@ -41,8 +41,8 @@ buildPythonPackage rec { meta = { description = "Python client library for Porsche Connect API"; homepage = "https://github.com/CJNE/pyporscheconnectapi"; changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${src.tag}"; changelog = "https://github.com/CJNE/pyporscheconnectapi/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })