python3Packages.morecantile: 7.0.2 -> 7.0.3 (#496427)

This commit is contained in:
Nikolay Korotkiy
2026-03-04 14:03:53 +00:00
committed by GitHub
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "morecantile";
version = "7.0.2";
version = "7.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "developmentseed";
repo = "morecantile";
tag = version;
hash = "sha256-VDe39J4z5aSmdARaYknon4BK7OpovEzni0OVCxKRAkE=";
hash = "sha256-Hx4duNbTuRfOmNBLN9J6/6URe57aPc8+3SJA7rbW5zs=";
};
build-system = [ hatchling ];