Loading pkgs/development/python-modules/rio-tiler/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -23,25 +23,17 @@ buildPythonPackage rec { pname = "rio-tiler"; version = "6.6.1"; version = "6.7.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "cogeotiff"; repo = "rio-tiler"; rev = version; hash = "sha256-MR6kyoGM3uXt6JiIEfGcsmTmxqlLxUF9Wn+CFuK5LtQ="; rev = "refs/tags/${version}"; hash = "sha256-i70Bh7RHPgLLaqBo9vHRrJylsNE3Ly3xJq9j12Ch58E="; }; patches = [ # fix xarray tests, remove on next release (fetchpatch { url = "https://github.com/cogeotiff/rio-tiler/commit/7a36ed58b649d2f4d644f280b54851ecb7ffa4e9.patch"; hash = "sha256-QlX5ZKpjSpXevi76gx39dXok0aClApkLU0cAVpCuYYs="; }) ]; build-system = [ hatchling ]; propagatedBuildInputs = [ Loading Loading
pkgs/development/python-modules/rio-tiler/default.nix +3 −11 Original line number Diff line number Diff line Loading @@ -23,25 +23,17 @@ buildPythonPackage rec { pname = "rio-tiler"; version = "6.6.1"; version = "6.7.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "cogeotiff"; repo = "rio-tiler"; rev = version; hash = "sha256-MR6kyoGM3uXt6JiIEfGcsmTmxqlLxUF9Wn+CFuK5LtQ="; rev = "refs/tags/${version}"; hash = "sha256-i70Bh7RHPgLLaqBo9vHRrJylsNE3Ly3xJq9j12Ch58E="; }; patches = [ # fix xarray tests, remove on next release (fetchpatch { url = "https://github.com/cogeotiff/rio-tiler/commit/7a36ed58b649d2f4d644f280b54851ecb7ffa4e9.patch"; hash = "sha256-QlX5ZKpjSpXevi76gx39dXok0aClApkLU0cAVpCuYYs="; }) ]; build-system = [ hatchling ]; propagatedBuildInputs = [ Loading