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:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user