Unverified Commit ee5dae58 authored by nixpkgs-merge-bot[bot]'s avatar nixpkgs-merge-bot[bot] Committed by GitHub
Browse files

mapproxy: 5.0.0 -> 5.1.1 (#448832)

parents bf496bd1 b7ad7e0c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@

python3Packages.buildPythonApplication rec {
  pname = "mapproxy";
  version = "5.0.0";
  version = "5.1.1";
  pyproject = true;
  disabled = python3Packages.pythonOlder "3.8";

@@ -15,7 +15,7 @@ python3Packages.buildPythonApplication rec {
    owner = "mapproxy";
    repo = "mapproxy";
    tag = version;
    hash = "sha256-+L9ZTgWh4E5cUGeP0rTclDbnqIzc/DlHvIXR+kDcjm8=";
    hash = "sha256-4TRaY/NfOjmq5v+6Rv2UGwF1rqnw4UggVOX2HMa5mVI=";
  };

  prePatch = ''