Unverified Commit bbfcf718 authored by Sebastián Mancilla's avatar Sebastián Mancilla Committed by GitHub
Browse files

Merge pull request #329360 from r-ryantm/auto-update/mapproxy

mapproxy: 2.0.2 -> 2.2.0
parents c47f90f4 58e72de2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,10 +6,10 @@
with python3.pkgs;
buildPythonApplication rec {
  pname = "MapProxy";
  version = "2.0.2";
  version = "2.2.0";
  src = fetchPypi {
  inherit pname version;
  hash = "sha256-HwO5gvrsW9pArz4RLtxNfCmiFqa85AAi6wBJI+F9GE8=";
  hash = "sha256-2FEgfdo8i/R5lU0G514zJcaIRe8y60Vm0jHOBEaoEwI=";
  };
  prePatch = ''
    substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"