overturemaps: 0.10.0 -> 0.11.0

This commit is contained in:
Robert Medeiros
2024-12-10 23:12:27 -05:00
parent ba69170047
commit 7b72778438
+2 -2
View File
@@ -6,12 +6,12 @@
python3Packages.buildPythonPackage rec {
pname = "overturemaps";
version = "0.10.0";
version = "0.11.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-SDfz2qsS0cn8xbgAin9MTKJRyTOtkA6ut4wCCsO8Chg=";
hash = "sha256-voLt1wsWYlbC9vrepFgdHaP3yThvhr8ZwEkffTdJeVU=";
};
build-system = with python3Packages; [ poetry-core ];