Loading pkgs/development/python-modules/aioairq/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "aioairq"; version = "0.4.8"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CorantGmbH"; repo = "aioairq"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-7hgmoFu48kYr4uonB5SOtRiQ1+Z8r2hhdqipvJN6MzU="; }; Loading Loading @@ -45,8 +45,8 @@ buildPythonPackage rec { meta = { description = "Library to retrieve data from air-Q devices"; homepage = "https://github.com/CorantGmbH/aioairq"; changelog = "https://github.com/CorantGmbH/aioairq/releases/tag/${src.tag}"; changelog = "https://github.com/CorantGmbH/aioairq/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/aioairq/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "aioairq"; version = "0.4.8"; pyproject = true; Loading @@ -17,7 +17,7 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "CorantGmbH"; repo = "aioairq"; tag = "v${version}"; tag = "v${finalAttrs.version}"; hash = "sha256-7hgmoFu48kYr4uonB5SOtRiQ1+Z8r2hhdqipvJN6MzU="; }; Loading Loading @@ -45,8 +45,8 @@ buildPythonPackage rec { meta = { description = "Library to retrieve data from air-Q devices"; homepage = "https://github.com/CorantGmbH/aioairq"; changelog = "https://github.com/CorantGmbH/aioairq/releases/tag/${src.tag}"; changelog = "https://github.com/CorantGmbH/aioairq/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ fab ]; }; } })