python3Packages.weblate-language-data: 2026.6 -> 2026.7

This commit is contained in:
R. Ryantm
2026-04-05 21:42:34 +00:00
parent f7922f0cbc
commit 22855515ee
@@ -8,14 +8,14 @@
buildPythonPackage (finalAttrs: {
pname = "weblate-language-data";
version = "2026.6";
version = "2026.7";
pyproject = true;
src = fetchFromGitHub {
owner = "WeblateOrg";
repo = "language-data";
tag = finalAttrs.version;
hash = "sha256-pgt2GtqlkbF+85wkSLkbyvaptN7Htp3SOdLtUptQ3OU=";
hash = "sha256-IKOvVYmB7SA82aMQWqYbwmh7xBg5szR/DvnPS6T0sts=";
};
build-system = [ setuptools ];