Merge pull request #134084 from r-ryantm/auto-update/MapProxy

mapproxy: 1.13.0 -> 1.13.2
This commit is contained in:
Artturi 2021-08-18 00:48:35 +03:00 committed by GitHub
commit 85ac13d1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,10 +6,10 @@
with python3.pkgs;
buildPythonApplication rec {
pname = "MapProxy";
version = "1.13.0";
version = "1.13.2";
src = fetchPypi {
inherit pname version;
sha256 = "0qi63ap8yi5g2cas33jv4jsmdrl6yv3qp6bh0zxrfpkb704lcng4";
sha256 = "1c2ba9424f600f35b7b883366296089cf61ac7c803da5d411a334c7a39ccf84b";
};
prePatch = ''
substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"