Loading pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ websockets, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "whirlpool-sixth-sense"; version = "1.2.0"; pyproject = true; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = version; tag = finalAttrs.version; hash = "sha256-uX1Q4F6pcc/mPdopPgyU63p4yeo9YPmUGbn0sxW09Yo="; }; Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "Python library for Whirlpool 6th Sense appliances"; homepage = "https://github.com/abmantis/whirlpool-sixth-sense/"; changelog = "https://github.com/abmantis/whirlpool-sixth-sense/releases/tag/${src.tag}"; changelog = "https://github.com/abmantis/whirlpool-sixth-sense/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/whirlpool-sixth-sense/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ websockets, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "whirlpool-sixth-sense"; version = "1.2.0"; pyproject = true; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "abmantis"; repo = "whirlpool-sixth-sense"; tag = version; tag = finalAttrs.version; hash = "sha256-uX1Q4F6pcc/mPdopPgyU63p4yeo9YPmUGbn0sxW09Yo="; }; Loading @@ -46,8 +46,8 @@ buildPythonPackage rec { meta = { description = "Python library for Whirlpool 6th Sense appliances"; homepage = "https://github.com/abmantis/whirlpool-sixth-sense/"; changelog = "https://github.com/abmantis/whirlpool-sixth-sense/releases/tag/${src.tag}"; changelog = "https://github.com/abmantis/whirlpool-sixth-sense/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })