mapproxy: 5.0.0 -> 5.1.1 (#448832)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-10-05 13:27:17 +00:00
committed by GitHub
+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 = ''