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 f87bc48 commit ef02b1aCopy full SHA for ef02b1a
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.5";
+ version = "2025.6";
12
pyproject = true;
13
14
src = fetchPypi {
15
pname = "weblate_language_data";
16
inherit version;
17
- hash = "sha256-+gT1630GfTd2lHD6dvrETaURwZY9RfS08HsYxMLVWko=";
+ hash = "sha256-5nVLYeqM3V+Q+FiBvOrk6UrgNs0oA+5vJ8mXAf6ete0=";
18
};
19
20
build-system = [ setuptools ];
0 commit comments