weblate: 5.13 -> 5.13.1

Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.13.1
This commit is contained in:
Kerstin Humm
2025-09-04 15:32:46 +02:00
parent 2211c04bac
commit 3bbb45ce75
+2 -2
View File
@@ -27,7 +27,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "weblate";
version = "5.13";
version = "5.13.1";
pyproject = true;
@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
owner = "WeblateOrg";
repo = "weblate";
tag = "weblate-${version}";
hash = "sha256-fx07SmQodgC4bI/zQT6TNcvGYzVoKT42aXpUx5SlUrk=";
hash = "sha256-so+bpjuWgyLiSfTCL8+WqGNZYaqnENKXWqiojD47WwU=";
};
build-system = with python.pkgs; [ setuptools ];