mapproxy: 5.0.0 -> 5.1.1

This commit is contained in:
R. Ryantm
2025-10-05 12:04:28 +00:00
parent e97ba97f04
commit b7ad7e0c85
+2 -2
View File
@@ -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 = ''