mapproxy: 6.0.1 → 6.1.1 (#533841)

This commit is contained in:
Ivan Mincik 2026-06-22 06:48:58 +00:00 committed by GitHub
commit b110f4ee2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mapproxy";
version = "6.0.1";
version = "6.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "mapproxy";
repo = "mapproxy";
tag = finalAttrs.version;
hash = "sha256-1LDN0vfnJlINHCIagQWhai4uJP+Fidi/9seBoJIlLl0=";
hash = "sha256-uEnmYL6dzjR5p6MVXW23IJY1tJqfMhCjbHBDnlvaYrE=";
};
prePatch = ''
@ -34,6 +34,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
python-dateutil
pyyaml
pyproj
requests
shapely
gdal
lxml