weblate: 5.14 -> 5.14.3 (#459748)

This commit is contained in:
Kerstin 2025-11-08 22:36:57 +00:00 committed by GitHub
commit 214c58cf94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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";
};
}