python312Packages.weblate-language-data: 2024.8 -> 2024.13

This commit is contained in:
R. Ryantm 2024-11-09 07:47:56 +00:00 committed by Kerstin
parent b71a8b49f5
commit 21069db14d

View File

@ -8,13 +8,13 @@
buildPythonPackage rec {
pname = "weblate-language-data";
version = "2024.8";
version = "2024.13";
pyproject = true;
src = fetchPypi {
pname = "weblate_language_data";
inherit version;
hash = "sha256-JwX3mDq6AbWorqc3nYlm1oySvzuu3IV6iBeS0ezx83U=";
hash = "sha256-fAT3dI3Tbu329BWaal/n4ka0JSVDzPrJLnzL7/LRjhs=";
};
build-system = [ setuptools ];