python3Packages.weblate-language-data: 2025.7 -> 2025.8

authored by R. Ryantm and committed by Kerstin bdfdbfcc 5de82515

+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 = "2025.7"; 11 + version = "2025.8"; 12 12 pyproject = true; 13 13 14 14 src = fetchPypi { 15 15 pname = "weblate_language_data"; 16 16 inherit version; 17 - hash = "sha256-eDefK2g4EwJJttFHCNurOYifC2OXQXjRcqRT36nfLOc="; 17 + hash = "sha256-buZNp7iWF7Ppx5RcTRs2kawwmzCPmwXSqarRbmgP0i8="; 18 18 }; 19 19 20 20 build-system = [ setuptools ];