Loading pkgs/development/python-modules/taxi/default.nix +7 −8 Original line number Diff line number Diff line Loading @@ -3,30 +3,29 @@ buildPythonPackage, fetchFromGitHub, appdirs, requests, click, setuptools, flit-core, pytestCheckHook, freezegun, }: buildPythonPackage rec { pname = "taxi"; version = "6.2.0"; format = "setuptools"; version = "6.3.1"; pyproject = true; src = fetchFromGitHub { owner = "sephii"; repo = "taxi"; rev = version; hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ="; hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw="; }; propagatedBuildInputs = [ build-system = [ flit-core ]; dependencies = [ appdirs requests click setuptools ]; nativeCheckInputs = [ Loading Loading
pkgs/development/python-modules/taxi/default.nix +7 −8 Original line number Diff line number Diff line Loading @@ -3,30 +3,29 @@ buildPythonPackage, fetchFromGitHub, appdirs, requests, click, setuptools, flit-core, pytestCheckHook, freezegun, }: buildPythonPackage rec { pname = "taxi"; version = "6.2.0"; format = "setuptools"; version = "6.3.1"; pyproject = true; src = fetchFromGitHub { owner = "sephii"; repo = "taxi"; rev = version; hash = "sha256-wtLlO/W+39kTPjb2U6c54bxWxAQB7CxGxBh8gur+RCQ="; hash = "sha256-QB88RpgzrQy7DGeRdMHC2SV5Esp/r5LZtlaY5C8vJxw="; }; propagatedBuildInputs = [ build-system = [ flit-core ]; dependencies = [ appdirs requests click setuptools ]; nativeCheckInputs = [ Loading