weblate: 5.12.1 -> 5.12.2

Changelog: https://github.com/WeblateOrg/weblate/releases/tag/weblate-5.12.2
This commit is contained in:
Kerstin Humm
2025-06-24 15:25:46 +02:00
committed by Kerstin
parent 926b3601ce
commit dd3ce1ee90
+2 -2
View File
@@ -27,7 +27,7 @@ let
in
python.pkgs.buildPythonApplication rec {
pname = "weblate";
version = "5.12.1";
version = "5.12.2";
pyproject = true;
@@ -40,7 +40,7 @@ python.pkgs.buildPythonApplication rec {
owner = "WeblateOrg";
repo = "weblate";
tag = "weblate-${version}";
hash = "sha256-8tqPxvSvVG1j/TGMozihtBYsn7oly41lP4iK3BwTmVk=";
hash = "sha256-YaP0lhL7E0pv3ZyfpQ47CjhrzjJPDwGpSTcgXDaMZdA=";
};
patches = [