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

authored by R. Ryantm and committed by Kerstin 21069db1 b71a8b49

+2 -2
+2 -2
pkgs/development/python-modules/weblate-language-data/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "weblate-language-data"; 11 - version = "2024.8"; 11 + version = "2024.13"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "weblate_language_data"; 16 16 inherit version; 17 - hash = "sha256-JwX3mDq6AbWorqc3nYlm1oySvzuu3IV6iBeS0ezx83U="; 17 + hash = "sha256-fAT3dI3Tbu329BWaal/n4ka0JSVDzPrJLnzL7/LRjhs="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];