overturemaps: 0.12.0 -> 0.14.0 (#393547)

This commit is contained in:
Peder Bergebakken Sundt 2025-05-01 20:18:34 +02:00 committed by GitHub
commit b5dd9efc91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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