weblate: 5.13.1 -> 5.13.3

Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.13.3
This commit is contained in:
Kerstin Humm
2025-09-16 13:46:30 +02:00
parent 17960ab111
commit 978d730107
+2 -2
View File
@@ -27,7 +27,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "weblate";
version = "5.13.1";
version = "5.13.3";
pyproject = true;
@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
owner = "WeblateOrg";
repo = "weblate";
tag = "weblate-${version}";
hash = "sha256-so+bpjuWgyLiSfTCL8+WqGNZYaqnENKXWqiojD47WwU=";
hash = "sha256-PM5h9RqCMdt0FODE7MoCWv9I+RMFTgjDmSrid59cHOA=";
};
build-system = with python.pkgs; [ setuptools ];