overturemaps: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2024-11-22 13:26:34 +00:00
parent e404986b36
commit f8f4b5c883

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 ];