Skip to content

Commit 28cee45

Browse files
authored
python312Packages.weblate-language-data: 2025.2 -> 2025.3 (NixOS#389942)
2 parents 269dfa5 + 464ba64 commit 28cee45

File tree

1 file changed

+3
-2
lines changed
  • pkgs/development/python-modules/weblate-language-data

1 file changed

+3
-2
lines changed

pkgs/development/python-modules/weblate-language-data/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88

99
buildPythonPackage rec {
1010
pname = "weblate-language-data";
11-
version = "2025.2";
11+
version = "2025.3";
1212
pyproject = true;
1313

1414
src = fetchPypi {
1515
pname = "weblate_language_data";
1616
inherit version;
17-
hash = "sha256-T3O107CQ01loE68vlQtcCjeytxCSiu0m5Oj5P06z2NU=";
17+
hash = "sha256-1uZqqwJds+Q2yL2OP2dEEbp4sJmJN28gOYDDJ3fhBRA=";
1818
};
1919

2020
build-system = [ setuptools ];
@@ -29,6 +29,7 @@ buildPythonPackage rec {
2929
meta = with lib; {
3030
description = "Language definitions used by Weblate";
3131
homepage = "https://github.com/WeblateOrg/language-data";
32+
changelog = "https://github.com/WeblateOrg/language-data/releases/tag/${version}";
3233
license = licenses.mit;
3334
maintainers = with maintainers; [ erictapen ];
3435
};

0 commit comments

Comments
 (0)