lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.pypinyin: 0.53.0 -> 0.54.0 (#395693)

authored by

Nick Cao and committed by
GitHub
13759d06 460e41b9

+3 -3
+3 -3
pkgs/development/python-modules/pypinyin/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "pypinyin"; 11 - version = "0.53.0"; 11 + version = "0.54.0"; 12 12 format = "setuptools"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "mozillazg"; 18 18 repo = "python-pinyin"; 19 19 tag = "v${version}"; 20 - hash = "sha256-NGW94Labk3vAv4bfq/+ba2lnL/uebg0ODZWEi2yNIjg="; 20 + hash = "sha256-kA6h2CPGhoZt8h3KEttegHhmMqVc72IkrkA3PonY3sY="; 21 21 }; 22 22 23 23 postPatch = '' ··· 33 33 description = "Chinese Characters to Pinyin - 汉字转拼音"; 34 34 mainProgram = "pypinyin"; 35 35 homepage = "https://github.com/mozillazg/python-pinyin"; 36 - changelog = "https://github.com/mozillazg/python-pinyin/blob/v${version}/CHANGELOG.rst"; 36 + changelog = "https://github.com/mozillazg/python-pinyin/blob/${src.tag}/CHANGELOG.rst"; 37 37 license = licenses.mit; 38 38 maintainers = teams.tts.members; 39 39 };