overturemaps: 0.14.0 -> 0.15.0 (#422420)

This commit is contained in:
Wolfgang Walther 2025-07-11 18:44:00 +00:00 committed by GitHub
commit acd4420590
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,12 +6,12 @@
python3Packages.buildPythonPackage rec { python3Packages.buildPythonPackage rec {
pname = "overturemaps"; pname = "overturemaps";
version = "0.14.0"; version = "0.15.0";
pyproject = true; pyproject = true;
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-UtYS5FcNBT9IIiybKUXK+jwGnXQ+oR/HQI3ntfV8NYg="; hash = "sha256-XzD+G8ER6AbmJJpX5vq235K4DAh/h5OWWHtum5sV9MY=";
}; };
build-system = with python3Packages; [ poetry-core ]; build-system = with python3Packages; [ poetry-core ];