python3Packages.weblate-language-data: 2025.5 -> 2025.6

This commit is contained in:
R. Ryantm 2025-05-30 15:28:07 +00:00 committed by Kerstin
parent f87bc485e2
commit ef02b1a19f

View file

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "weblate-language-data";
version = "2025.5";
version = "2025.6";
pyproject = true;
src = fetchPypi {
pname = "weblate_language_data";
inherit version;
hash = "sha256-+gT1630GfTd2lHD6dvrETaURwZY9RfS08HsYxMLVWko=";
hash = "sha256-5nVLYeqM3V+Q+FiBvOrk6UrgNs0oA+5vJ8mXAf6ete0=";
};
build-system = [ setuptools ];