Loading pkgs/development/python-modules/aioblescan/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -3,17 +3,20 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "aioblescan"; version = "0.2.14"; format = "setuptools"; pyproject = true; build-system = [ setuptools ]; src = fetchFromGitHub { owner = "frawau"; repo = "aioblescan"; tag = version; tag = finalAttrs.version; hash = "sha256-JeA9jX566OSRiejdnlifbcNGm0J0C+xzA6zXDUyZ6jc="; }; Loading @@ -25,8 +28,8 @@ buildPythonPackage rec { description = "Library to listen for BLE advertized packets"; mainProgram = "aioblescan"; homepage = "https://github.com/frawau/aioblescan"; changelog = "https://github.com/frawau/aioblescan/releases/tag/${version}"; changelog = "https://github.com/frawau/aioblescan/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/aioblescan/default.nix +8 −5 Original line number Diff line number Diff line Loading @@ -3,17 +3,20 @@ buildPythonPackage, fetchFromGitHub, pytestCheckHook, setuptools, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "aioblescan"; version = "0.2.14"; format = "setuptools"; pyproject = true; build-system = [ setuptools ]; src = fetchFromGitHub { owner = "frawau"; repo = "aioblescan"; tag = version; tag = finalAttrs.version; hash = "sha256-JeA9jX566OSRiejdnlifbcNGm0J0C+xzA6zXDUyZ6jc="; }; Loading @@ -25,8 +28,8 @@ buildPythonPackage rec { description = "Library to listen for BLE advertized packets"; mainProgram = "aioblescan"; homepage = "https://github.com/frawau/aioblescan"; changelog = "https://github.com/frawau/aioblescan/releases/tag/${version}"; changelog = "https://github.com/frawau/aioblescan/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })