mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-09 16:18:34 +01:00
weblate: 5.14 -> 5.14.3 (#459748)
This commit is contained in:
commit
214c58cf94
|
|
@ -22,7 +22,7 @@ let
|
|||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "weblate";
|
||||
version = "5.14";
|
||||
version = "5.14.3";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ python.pkgs.buildPythonApplication rec {
|
|||
owner = "WeblateOrg";
|
||||
repo = "weblate";
|
||||
tag = "weblate-${version}";
|
||||
hash = "sha256-XIaVM9bsgv6qJ1Q/6wzfO7D04WsUEkxNnJlyLd5+bY4=";
|
||||
hash = "sha256-DwoJ24yGLJt+bItN/9SW0ruf+Lz3A9JxvD4QjlKaqzw=";
|
||||
};
|
||||
|
||||
build-system = with python.pkgs; [ setuptools ];
|
||||
|
|
@ -176,5 +176,6 @@ python.pkgs.buildPythonApplication rec {
|
|||
];
|
||||
platforms = lib.platforms.linux;
|
||||
maintainers = with lib.maintainers; [ erictapen ];
|
||||
mainProgram = "weblate";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue