mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
mapproxy: 1.14.0 -> 1.15.1
This commit is contained in:
parent
8f5ceec1d8
commit
988572f63a
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@
|
|||
with python3.pkgs;
|
||||
buildPythonApplication rec {
|
||||
pname = "MapProxy";
|
||||
version = "1.14.0";
|
||||
version = "1.15.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "dd36278d60cdcaaf31f7f9bbc50e90e770f3feb65cf4b3eff287215ee85f018d";
|
||||
sha256 = "sha256-SVKZDLH8IfdND0/BFj/lrqp7BNanpzkjuTxlSMGjuiY=";
|
||||
};
|
||||
prePatch = ''
|
||||
substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv"
|
||||
|
|
Loading…
Reference in a new issue