mapproxy: 3.1.0 -> 3.1.2 (#358854)

This commit is contained in:
Ivan Mincik 2024-11-28 12:42:22 +00:00 committed by GitHub
commit dfee0f4940
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
with python3.pkgs;
buildPythonApplication rec {
pname = "mapproxy";
version = "3.1.0";
version = "3.1.2";
src = fetchFromGitHub {
owner = "mapproxy";
repo = "mapproxy";
rev = version;
hash = "sha256-hSktJnYRPA2R6gpmZCUpGeZYDcBL5bhq4B3ev7xDjPc=";
rev = "refs/tags/${version}";
hash = "sha256-D3ZPcl9++yCq4zVR3WUIyu9UWQO3FT1MNyV7/Iuzkcw=";
};
prePatch = ''