Skip to content

Commit

Permalink
python3Packages.rio-tiler: 6.6.1 -> 6.7.0 (NixOS#343344)
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Sep 20, 2024
2 parents 72a8438 + 29ec921 commit aff1070
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pkgs/development/python-modules/rio-tiler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit aff1070

Please sign in to comment.