Unverified Commit aff10708 authored by Nikolay Korotkiy's avatar Nikolay Korotkiy Committed by GitHub
Browse files

python3Packages.rio-tiler: 6.6.1 -> 6.7.0 (#343344)

parents 72a8438d 29ec9214
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -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 = [