Skip to content

Commit

Permalink
python3Packages.rio-tiler: 7.0.1 -> 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy committed Nov 27, 2024
1 parent 07a1577 commit e79d2ff
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 = "7.0.1";
version = "7.2.2";
pyproject = true;
disabled = pythonOlder "3.8";

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

build-system = [ hatchling ];
Expand Down

0 comments on commit e79d2ff

Please sign in to comment.