mapproxy: 5.1.1 → 6.0.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user