Merge pull request #148940 from r-ryantm/auto-update/mapproxy
mapproxy: 1.13.2 -> 1.14.0
This commit is contained in:
commit
5eba7a0029
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
pname = "MapProxy";
|
||||
version = "1.13.2";
|
||||
version = "1.14.0";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1c2ba9424f600f35b7b883366296089cf61ac7c803da5d411a334c7a39ccf84b";
|
||||
sha256 = "dd36278d60cdcaaf31f7f9bbc50e90e770f3feb65cf4b3eff287215ee85f018d";
|
||||
};
|
||||
prePatch = ''
|
||||
substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"
|
||||
|
|
Loading…
Reference in a new issue