overturemaps: 0.14.0 -> 0.15.0

This commit is contained in:
R. Ryantm
2025-07-04 13:26:17 +00:00
parent 55dc7f4585
commit 4794e5c8a4
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonPackage rec {
pname = "overturemaps";
version = "0.14.0";
version = "0.15.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-UtYS5FcNBT9IIiybKUXK+jwGnXQ+oR/HQI3ntfV8NYg=";
hash = "sha256-XzD+G8ER6AbmJJpX5vq235K4DAh/h5OWWHtum5sV9MY=";
};
build-system = with python3Packages; [ poetry-core ];