python3Packages.weblate-language-data: 2025.10 -> 2026.1

Changelog: https://github.com/WeblateOrg/language-data/releases/tag/2026.1
This commit is contained in:
Kerstin Humm
2026-01-14 21:11:27 +01:00
parent fb1e5dffbc
commit d228e7cae7
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "weblate-language-data";
version = "2025.10";
version = "2026.1";
pyproject = true;
src = fetchPypi {
pname = "weblate_language_data";
inherit version;
hash = "sha256-pSMeuIDUGYbAetXugmahtTeGIIXxPPPiYt2Jb80vxoQ=";
hash = "sha256-qImbiZzsNk3oSljSwdsK+uk/1ZUygwltTCkGNKxBeN4=";
};
build-system = [ setuptools ];