mapproxy: 5.1.1 → 6.0.1 (#499821)

This commit is contained in:
Ivan Mincik
2026-03-18 08:01:36 +00:00
committed by GitHub
+5 -2
View File
@@ -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