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
+2 -2
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 = ''