From 185a85ac3c33ddd1946f03493f790b7f2abbd664 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Apr 2025 07:38:02 +0000 Subject: [PATCH] python312Packages.pypinyin: 0.53.0 -> 0.54.0 --- pkgs/development/python-modules/pypinyin/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pypinyin/default.nix b/pkgs/development/python-modules/pypinyin/default.nix index 103deb656dc9..18360eaa9f2f 100644 --- a/pkgs/development/python-modules/pypinyin/default.nix +++ b/pkgs/development/python-modules/pypinyin/default.nix @@ -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; };