Loading pkgs/development/python-modules/here-transit/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ buildPythonPackage, pythonOlder, fetchFromGitHub, poetry-core, hatchling, aiohttp, async-timeout, yarl, Loading @@ -14,26 +14,26 @@ buildPythonPackage rec { pname = "here-transit"; version = "1.2.0"; version = "1.2.1"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "eifinger"; repo = "here_transit"; rev = "v${version}"; hash = "sha256-C5HZZCmK9ILUUXyx1i/cUggSM3xbOzXiJ13hrT2DWAI="; hash = "sha256-fORg1iqRcD75Is1EW9XeAu8astibypmnNXo3vHduQdk="; }; postPatch = '' sed -i "/^addopts/d" pyproject.toml ''; nativeBuildInputs = [ poetry-core ]; build-system = [ hatchling ]; propagatedBuildInputs = [ dependencies = [ aiohttp async-timeout yarl Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "here_transit" ]; meta = { changelog = "https://github.com/eifinger/here_transit/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/eifinger/here_transit/releases/tag/v${version}"; description = "Asynchronous Python client for the HERE Routing V8 API"; homepage = "https://github.com/eifinger/here_transit"; license = lib.licenses.mit; Loading Loading
pkgs/development/python-modules/here-transit/default.nix +8 −8 Original line number Diff line number Diff line Loading @@ -3,7 +3,7 @@ buildPythonPackage, pythonOlder, fetchFromGitHub, poetry-core, hatchling, aiohttp, async-timeout, yarl, Loading @@ -14,26 +14,26 @@ buildPythonPackage rec { pname = "here-transit"; version = "1.2.0"; version = "1.2.1"; disabled = pythonOlder "3.8"; disabled = pythonOlder "3.10"; format = "pyproject"; pyproject = true; src = fetchFromGitHub { owner = "eifinger"; repo = "here_transit"; rev = "v${version}"; hash = "sha256-C5HZZCmK9ILUUXyx1i/cUggSM3xbOzXiJ13hrT2DWAI="; hash = "sha256-fORg1iqRcD75Is1EW9XeAu8astibypmnNXo3vHduQdk="; }; postPatch = '' sed -i "/^addopts/d" pyproject.toml ''; nativeBuildInputs = [ poetry-core ]; build-system = [ hatchling ]; propagatedBuildInputs = [ dependencies = [ aiohttp async-timeout yarl Loading @@ -48,7 +48,7 @@ buildPythonPackage rec { pythonImportsCheck = [ "here_transit" ]; meta = { changelog = "https://github.com/eifinger/here_transit/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/eifinger/here_transit/releases/tag/v${version}"; description = "Asynchronous Python client for the HERE Routing V8 API"; homepage = "https://github.com/eifinger/here_transit"; license = lib.licenses.mit; Loading