Loading pkgs/development/python-modules/pytouchline-extended/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,22 +2,23 @@ buildPythonPackage, faust-cchardet, fetchFromGitHub, httplib2, httpx, lib, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "pytouchline-extended"; version = "0.4.6"; version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "brondum"; repo = "pytouchline"; tag = version; hash = "sha256-VENKzcIsh8KFvqG+JzwinkCNqQkPpSq3zusiGctGU+Y="; hash = "sha256-doPPdY3za90qBClYEqlQueRYbCJLkpCRCF8rHHkYmfw="; }; postPatch = '' Loading @@ -29,12 +30,13 @@ buildPythonPackage rec { dependencies = [ faust-cchardet httplib2 httpx ]; pythonImportsCheck = [ "pytouchline_extended" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; Loading Loading
pkgs/development/python-modules/pytouchline-extended/default.nix +6 −4 Original line number Diff line number Diff line Loading @@ -2,22 +2,23 @@ buildPythonPackage, faust-cchardet, fetchFromGitHub, httplib2, httpx, lib, pytest-asyncio, pytestCheckHook, setuptools, }: buildPythonPackage rec { pname = "pytouchline-extended"; version = "0.4.6"; version = "1.0.0"; pyproject = true; src = fetchFromGitHub { owner = "brondum"; repo = "pytouchline"; tag = version; hash = "sha256-VENKzcIsh8KFvqG+JzwinkCNqQkPpSq3zusiGctGU+Y="; hash = "sha256-doPPdY3za90qBClYEqlQueRYbCJLkpCRCF8rHHkYmfw="; }; postPatch = '' Loading @@ -29,12 +30,13 @@ buildPythonPackage rec { dependencies = [ faust-cchardet httplib2 httpx ]; pythonImportsCheck = [ "pytouchline_extended" ]; nativeCheckInputs = [ pytest-asyncio pytestCheckHook ]; Loading