overturemaps: 0.15.0 -> 0.16.0

This commit is contained in:
R. Ryantm
2025-09-06 22:38:48 +00:00
parent 0ab631ca55
commit bb9f4664ed
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonPackage rec {
pname = "overturemaps";
version = "0.15.0";
version = "0.16.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-XzD+G8ER6AbmJJpX5vq235K4DAh/h5OWWHtum5sV9MY=";
hash = "sha256-Q24jVbg0AUX8a4dho3uiCvGjTL4n13Yl/8k19T86b1Y=";
};
build-system = with python3Packages; [ poetry-core ];