3
0
Fork 0
forked from mirrors/nixpkgs

mapproxy: 1.13.0 -> 1.13.2

This commit is contained in:
R. RyanTM 2021-08-15 00:26:28 +00:00
parent 74593328f7
commit a8d8fab7b7

View file

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