weblate: 5.10.3 -> 5.10.4

Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.10.4
This commit is contained in:
Kerstin Humm
2025-03-19 12:50:18 +01:00
parent 7dc58b8285
commit cfc2d23f7e
+2 -2
View File
@@ -27,7 +27,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "weblate";
version = "5.10.3";
version = "5.10.4";
pyproject = true;
@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
owner = "WeblateOrg";
repo = "weblate";
tag = "weblate-${version}";
hash = "sha256-x+DSt0uhElbNeDvO9CqdAJO8r7+Kkt/Hbh6dMPlAdfk=";
hash = "sha256-ReODTMaKMkvbaR8JETSeOrXxQIsL1Vy1pjKYWo5mw+A=";
};
patches = [