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

This commit is contained in:
Nikolay Korotkiy 2024-09-21 03:56:14 +04:00 committed by GitHub
commit aff1070844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [