Loading pkgs/development/python-modules/airtouch5py/default.nix +3 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system Loading @@ -17,16 +16,14 @@ buildPythonPackage rec { pname = "airtouch5py"; version = "0.3.0"; version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "danzel"; repo = "airtouch5py"; tag = version; hash = "sha256-St2FjyUXyTmy0shQfUzuB+lUSaadEyjdNJJkQA4aCxQ="; hash = "sha256-SJ6AVUbdEy0nvpLe39dH/Wc//fDTf0dIvrvVQDUl5eI="; }; build-system = [ poetry-core ]; Loading @@ -46,7 +43,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "airtouch5py" ]; meta = with lib; { changelog = "https://github.com/danzel/airtouch5py/releases/tag/${version}"; changelog = "https://github.com/danzel/airtouch5py/releases/tag/${src.tag}"; description = "Python client for the airtouch 5"; homepage = "https://github.com/danzel/airtouch5py"; license = licenses.asl20; Loading Loading
pkgs/development/python-modules/airtouch5py/default.nix +3 −6 Original line number Diff line number Diff line { lib, buildPythonPackage, pythonOlder, fetchFromGitHub, # build-system Loading @@ -17,16 +16,14 @@ buildPythonPackage rec { pname = "airtouch5py"; version = "0.3.0"; version = "0.4.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "danzel"; repo = "airtouch5py"; tag = version; hash = "sha256-St2FjyUXyTmy0shQfUzuB+lUSaadEyjdNJJkQA4aCxQ="; hash = "sha256-SJ6AVUbdEy0nvpLe39dH/Wc//fDTf0dIvrvVQDUl5eI="; }; build-system = [ poetry-core ]; Loading @@ -46,7 +43,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "airtouch5py" ]; meta = with lib; { changelog = "https://github.com/danzel/airtouch5py/releases/tag/${version}"; changelog = "https://github.com/danzel/airtouch5py/releases/tag/${src.tag}"; description = "Python client for the airtouch 5"; homepage = "https://github.com/danzel/airtouch5py"; license = licenses.asl20; Loading