overturemaps: 0.9.0 -> 0.10.0 (#358141)

This commit is contained in:
Colin 2024-11-23 12:59:30 +00:00 committed by GitHub
commit 1b30c5fb95
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.9.0";
version = "0.10.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-JsgufE8Xmw7xXVypM+g3Vjmf5fL/FQRxddGSpQ762PQ=";
hash = "sha256-SDfz2qsS0cn8xbgAin9MTKJRyTOtkA6ut4wCCsO8Chg=";
};
build-system = with python3Packages; [ poetry-core ];