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

This commit is contained in:
Nick Cao
2025-04-03 16:25:26 -04:00
committed by GitHub
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.53.0";
version = "0.54.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mozillazg";
repo = "python-pinyin";
tag = "v${version}";
hash = "sha256-NGW94Labk3vAv4bfq/+ba2lnL/uebg0ODZWEi2yNIjg=";
hash = "sha256-kA6h2CPGhoZt8h3KEttegHhmMqVc72IkrkA3PonY3sY=";
};
postPatch = ''
@@ -33,7 +33,7 @@ buildPythonPackage rec {
description = "Chinese Characters to Pinyin - ";
mainProgram = "pypinyin";
homepage = "https://github.com/mozillazg/python-pinyin";
changelog = "https://github.com/mozillazg/python-pinyin/blob/v${version}/CHANGELOG.rst";
changelog = "https://github.com/mozillazg/python-pinyin/blob/${src.tag}/CHANGELOG.rst";
license = licenses.mit;
maintainers = teams.tts.members;
};