File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pkgs/development/python-modules/weblate-language-data Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 88
99buildPythonPackage rec {
1010 pname = "weblate-language-data" ;
11- version = "2025.2 " ;
11+ version = "2025.3 " ;
1212 pyproject = true ;
1313
1414 src = fetchPypi {
1515 pname = "weblate_language_data" ;
1616 inherit version ;
17- hash = "sha256-T3O107CQ01loE68vlQtcCjeytxCSiu0m5Oj5P06z2NU =" ;
17+ hash = "sha256-1uZqqwJds+Q2yL2OP2dEEbp4sJmJN28gOYDDJ3fhBRA =" ;
1818 } ;
1919
2020 build-system = [ setuptools ] ;
@@ -29,6 +29,7 @@ buildPythonPackage rec {
2929 meta = with lib ; {
3030 description = "Language definitions used by Weblate" ;
3131 homepage = "https://github.com/WeblateOrg/language-data" ;
32+ changelog = "https://github.com/WeblateOrg/language-data/releases/tag/${ version } " ;
3233 license = licenses . mit ;
3334 maintainers = with maintainers ; [ erictapen ] ;
3435 } ;
You can’t perform that action at this time.
0 commit comments