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

This commit is contained in:
R. Ryantm
2025-12-24 22:23:42 +00:00
parent 519d141f34
commit cbd9695906
@@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "weblate-language-data";
version = "2025.9";
version = "2025.10";
pyproject = true;
src = fetchPypi {
pname = "weblate_language_data";
inherit version;
hash = "sha256-sk53eGLPSfYoe4+BExIxINkFt/vcvkIIO5611hwx9uU=";
hash = "sha256-pSMeuIDUGYbAetXugmahtTeGIIXxPPPiYt2Jb80vxoQ=";
};
build-system = [ setuptools ];