mapproxy: 3.0.1 → 3.1.0

This commit is contained in:
Nikolay Korotkiy 2024-11-10 14:07:43 +04:00
parent 62fa59a639
commit 6062173472
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -7,13 +7,13 @@
with python3.pkgs;
buildPythonApplication rec {
pname = "mapproxy";
version = "3.0.1";
version = "3.1.0";
src = fetchFromGitHub {
owner = "mapproxy";
repo = "mapproxy";
rev = version;
hash = "sha256-74hUJIy1+DaKjUsCgd4+2MdMPGqqDUuHDrhBCFNn8Dk=";
hash = "sha256-hSktJnYRPA2R6gpmZCUpGeZYDcBL5bhq4B3ev7xDjPc=";
};
prePatch = ''