Loading pkgs/development/python-modules/nrgkick-api/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "nrgkick-api"; version = "1.7.0"; pyproject = true; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "andijakl"; repo = "nrgkick-api"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-q9mLX+DjNSyvjJ6hNPZckaHTNNelOsOlOe9XeVqutaU="; }; Loading @@ -38,8 +38,8 @@ buildPythonPackage rec { meta = { description = "Python client for NRGkick Gen2 EV charger local REST API"; homepage = "https://github.com/andijakl/nrgkick-api"; changelog = "https://github.com/andijakl/nrgkick-api/releases/tag/${src.tag}"; changelog = "https://github.com/andijakl/nrgkick-api/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/nrgkick-api/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "nrgkick-api"; version = "1.7.0"; pyproject = true; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "andijakl"; repo = "nrgkick-api"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-q9mLX+DjNSyvjJ6hNPZckaHTNNelOsOlOe9XeVqutaU="; }; Loading @@ -38,8 +38,8 @@ buildPythonPackage rec { meta = { description = "Python client for NRGkick Gen2 EV charger local REST API"; homepage = "https://github.com/andijakl/nrgkick-api"; changelog = "https://github.com/andijakl/nrgkick-api/releases/tag/${src.tag}"; changelog = "https://github.com/andijakl/nrgkick-api/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })