Skip to content

Commit a295e27

Browse files
committed
python312Packages.weblate-language-data: 2025.2 -> 2025.3
1 parent 7d7f86a commit a295e27

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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 ];

0 commit comments

Comments
 (0)