From 771770ca5b790056731846034caeae66dc977a49 Mon Sep 17 00:00:00 2001 From: Nikolay Korotkiy Date: Sun, 29 Jun 2025 01:06:35 +0400 Subject: [PATCH] =?UTF-8?q?mapproxy:=204.1.2=20=E2=86=92=205.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/by-name/ma/mapproxy/package.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/by-name/ma/mapproxy/package.nix b/pkgs/by-name/ma/mapproxy/package.nix index cc47c38df0ab..e6575e811d33 100644 --- a/pkgs/by-name/ma/mapproxy/package.nix +++ b/pkgs/by-name/ma/mapproxy/package.nix @@ -7,7 +7,7 @@ python3Packages.buildPythonApplication rec { pname = "mapproxy"; - version = "4.1.2"; + version = "5.0.0"; format = "setuptools"; disabled = python3Packages.pythonOlder "3.8"; @@ -15,16 +15,15 @@ python3Packages.buildPythonApplication rec { owner = "mapproxy"; repo = "mapproxy"; tag = version; - hash = "sha256-sh0kViv1Ax/2YPL2ON+X03d5Moa2oPWhb4Rp6Ni5AAY="; + hash = "sha256-+L9ZTgWh4E5cUGeP0rTclDbnqIzc/DlHvIXR+kDcjm8="; }; prePatch = '' - substituteInPlace mapproxy/util/ext/serving.py --replace "args = [sys.executable] + sys.argv" "args = sys.argv" + substituteInPlace mapproxy/util/ext/serving.py --replace-warn "args = [sys.executable] + sys.argv" "args = sys.argv" ''; dependencies = with python3Packages; [ boto3 # needed for caches service - future jsonschema pillow pyyaml