Loading pkgs/development/python-modules/intellifire4py/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ rich, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "intellifire4py"; version = "4.4.0"; pyproject = true; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jeeftor"; repo = "intellifire4py"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-WmjsbxeAAD5b88WDIWasfNkzoY+QO1hbvTVyFLQ7uBk="; }; Loading @@ -46,10 +46,10 @@ buildPythonPackage rec { meta = { description = "Module to read Intellifire fireplace status data"; homepage = "https://github.com/jeeftor/intellifire4py"; changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${src.tag}"; changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "intellifire4py"; }; } }) Loading
pkgs/development/python-modules/intellifire4py/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ rich, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "intellifire4py"; version = "4.4.0"; pyproject = true; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "jeeftor"; repo = "intellifire4py"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-WmjsbxeAAD5b88WDIWasfNkzoY+QO1hbvTVyFLQ7uBk="; }; Loading @@ -46,10 +46,10 @@ buildPythonPackage rec { meta = { description = "Module to read Intellifire fireplace status data"; homepage = "https://github.com/jeeftor/intellifire4py"; changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/v${src.tag}"; changelog = "https://github.com/jeeftor/intellifire4py/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; mainProgram = "intellifire4py"; }; } })