Unverified Commit 738a1931 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

overturemaps: 0.19.0 -> 0.20.0 (#505841)

parents b7ed6c67 906b1684
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

python3Packages.buildPythonPackage rec {
  pname = "overturemaps";
  version = "0.19.0";
  version = "0.20.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-y91x+S6YKBldy7OWIXCJQ5HuR3KrFRdfBkfMmkaeXy8=";
    hash = "sha256-rvc1MpqCdRGuMWS5CSDev9SFgyVX8VczopXU/lWAyxg=";
  };

  nativeBuildInputs = with python3Packages; [
@@ -22,6 +22,7 @@ python3Packages.buildPythonPackage rec {
    click
    geopandas
    numpy
    orjson
    pyarrow
    shapely
  ];