mapproxy: 5.1.1 → 6.0.1

This commit is contained in:
Nikolay Korotkiy
2026-03-14 17:01:24 +04:00
parent e034e38676
commit 630f4f2afe
+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