weblate: 5.14 -> 5.14.3 (#459748)

This commit is contained in:
Kerstin
2025-11-08 22:36:57 +00:00
committed by GitHub
+3 -2
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";
};
}