python312Packages.pypinyin: 0.52.0 -> 0.53.0

This commit is contained in:
R. Ryantm 2024-09-16 21:57:14 +00:00
parent 3540ebe553
commit 1efd32512f

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.52.0";
version = "0.53.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "mozillazg";
repo = "python-pinyin";
rev = "refs/tags/v${version}";
hash = "sha256-XoRH9vBO0vJl7DqgGrFLfxGFtiQTpXdZoM4FO3TFWeY=";
hash = "sha256-NGW94Labk3vAv4bfq/+ba2lnL/uebg0ODZWEi2yNIjg=";
};
postPatch = ''