weblate: 5.11.1 -> 5.11.3 (#403860)
This commit is contained in:
@@ -26,7 +26,7 @@ let
|
||||
in
|
||||
python.pkgs.buildPythonApplication rec {
|
||||
pname = "weblate";
|
||||
version = "5.11.1";
|
||||
version = "5.11.3";
|
||||
|
||||
pyproject = true;
|
||||
|
||||
@@ -39,7 +39,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
owner = "WeblateOrg";
|
||||
repo = "weblate";
|
||||
tag = "weblate-${version}";
|
||||
hash = "sha256-RUyJ/QbSbxl1A7Z+sFMSz9GwTDoV3fA5w27NCJO7bRI=";
|
||||
hash = "sha256-FdiM6pvJhJHxJUDy17qb122fA4g0ffk6NEdvzLjKBeA=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
@@ -174,7 +174,7 @@ python.pkgs.buildPythonApplication rec {
|
||||
meta = {
|
||||
description = "Web based translation tool with tight version control integration";
|
||||
homepage = "https://weblate.org/";
|
||||
changelog = "https://github.com/WeblateOrg/weblate/releases/tag/weblate-${version}";
|
||||
changelog = "https://github.com/WeblateOrg/weblate/releases/tag/${src.tag}";
|
||||
license = with lib.licenses; [
|
||||
gpl3Plus
|
||||
mit
|
||||
|
||||
Reference in New Issue
Block a user