mapproxy: 4.1.1 -> 4.1.2 (#412916)

This commit is contained in:
Ivan Mincik 2025-06-02 11:50:09 +02:00 committed by GitHub
commit 62bdbeee5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "mapproxy";
version = "4.1.1";
version = "4.1.2";
disabled = python3Packages.pythonOlder "3.8";
src = fetchFromGitHub {
owner = "mapproxy";
repo = "mapproxy";
tag = version;
hash = "sha256-rsravNSmvx1/291VvfRm0Yx1eg32UJd+egeG4S2SNnk=";
hash = "sha256-sh0kViv1Ax/2YPL2ON+X03d5Moa2oPWhb4Rp6Ni5AAY=";
};
prePatch = ''