mapproxy: 1.15.1 -> 2.0.2

+2 -2
+2 -2
pkgs/servers/geospatial/mapproxy/default.nix
··· 6 6 with python3.pkgs; 7 7 buildPythonApplication rec { 8 8 pname = "MapProxy"; 9 - version = "1.15.1"; 9 + version = "2.0.2"; 10 10 src = fetchPypi { 11 11 inherit pname version; 12 - sha256 = "sha256-SVKZDLH8IfdND0/BFj/lrqp7BNanpzkjuTxlSMGjuiY="; 12 + sha256 = "sha256-HwO5gvrsW9pArz4RLtxNfCmiFqa85AAi6wBJI+F9GE8="; 13 13 }; 14 14 prePatch = '' 15 15 substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"