Unverified Commit e701b394 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

mapproxy: 5.1.1 → 6.0.1 (#499821)

parents b83b79c9 630f4f2a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,14 +7,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "mapproxy";
  version = "5.1.1";
  version = "6.0.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mapproxy";
    repo = "mapproxy";
    tag = finalAttrs.version;
    hash = "sha256-4TRaY/NfOjmq5v+6Rv2UGwF1rqnw4UggVOX2HMa5mVI=";
    hash = "sha256-1LDN0vfnJlINHCIagQWhai4uJP+Fidi/9seBoJIlLl0=";
  };

  prePatch = ''
@@ -26,9 +26,12 @@ python3Packages.buildPythonApplication (finalAttrs: {
  pythonRemoveDeps = [ "future" ];

  dependencies = with python3Packages; [
    babel
    boto3 # needed for caches service
    jinja2
    jsonschema
    pillow
    python-dateutil
    pyyaml
    pyproj
    shapely