Unverified Commit d120c288 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

overturemaps: 0.10.0 -> 0.11.0 (#364112)

parents 34def006 7b727784
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];