mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
mapproxy: 4.1.1 -> 4.1.2 (#412916)
This commit is contained in:
commit
62bdbeee5f
1 changed files with 2 additions and 2 deletions
|
@ -7,14 +7,14 @@
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
pname = "mapproxy";
|
pname = "mapproxy";
|
||||||
version = "4.1.1";
|
version = "4.1.2";
|
||||||
disabled = python3Packages.pythonOlder "3.8";
|
disabled = python3Packages.pythonOlder "3.8";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "mapproxy";
|
owner = "mapproxy";
|
||||||
repo = "mapproxy";
|
repo = "mapproxy";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-rsravNSmvx1/291VvfRm0Yx1eg32UJd+egeG4S2SNnk=";
|
hash = "sha256-sh0kViv1Ax/2YPL2ON+X03d5Moa2oPWhb4Rp6Ni5AAY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue