Skip to content

Commit

Permalink
python312Packages.rio-tiler: 6.7.0 → 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sikmir committed Oct 25, 2024
1 parent 1a48ff7 commit 9ce8648
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/rio-tiler/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@

buildPythonPackage rec {
pname = "rio-tiler";
version = "6.7.0";
version = "7.0.1";
pyproject = true;
disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "cogeotiff";
repo = "rio-tiler";
rev = "refs/tags/${version}";
hash = "sha256-i70Bh7RHPgLLaqBo9vHRrJylsNE3Ly3xJq9j12Ch58E=";
hash = "sha256-E8gKXPj1n9HZ+zvQPcG28+2Vuif4B6NBhtuS009x6rU=";
};

build-system = [ hatchling ];
Expand Down

0 comments on commit 9ce8648

Please sign in to comment.