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

mapproxy: 1.15.1 -> 2.0.2

authored by Weijia Wang and committed by GitHub 4387bbfa ae57bfa1

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