We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d7f86a commit a295e27Copy full SHA for a295e27
pkgs/development/python-modules/weblate-language-data/default.nix
@@ -8,13 +8,13 @@
8
9
buildPythonPackage rec {
10
pname = "weblate-language-data";
11
- version = "2025.2";
+ version = "2025.3";
12
pyproject = true;
13
14
src = fetchPypi {
15
pname = "weblate_language_data";
16
inherit version;
17
- hash = "sha256-T3O107CQ01loE68vlQtcCjeytxCSiu0m5Oj5P06z2NU=";
+ hash = "sha256-1uZqqwJds+Q2yL2OP2dEEbp4sJmJN28gOYDDJ3fhBRA=";
18
};
19
20
build-system = [ setuptools ];
0 commit comments