python3Packages.rio-tiler: 7.0.1 -> 7.2.2

Diff: https://github.com/cogeotiff/rio-tiler/compare/refs/tags/7.0.1...7.2.2
This commit is contained in:
Emily
2024-11-27 22:58:07 +00:00
parent 07a1577c5b
commit e79d2ffbfc
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "rio-tiler";
version = "7.0.1";
version = "7.2.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -31,7 +31,7 @@ buildPythonPackage rec {
owner = "cogeotiff";
repo = "rio-tiler";
rev = "refs/tags/${version}";
hash = "sha256-E8gKXPj1n9HZ+zvQPcG28+2Vuif4B6NBhtuS009x6rU=";
hash = "sha256-uVLizNkUL7wGF0vFjPXb2iW9ILVkJcbDssXtp3E8ubE=";
};
build-system = [ hatchling ];