Merge pull request #332282 from r-ryantm/auto-update/python312Packages.pypinyin

python312Packages.pypinyin: 0.51.0 -> 0.52.0
This commit is contained in:
Pol Dellaiera 2024-08-04 23:00:38 +02:00 committed by GitHub
commit a638f765ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.51.0";
version = "0.52.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-kbUVif3a3L7BHj1b37FME5wicalK/iild0pvwPawr6Q=";
hash = "sha256-XoRH9vBO0vJl7DqgGrFLfxGFtiQTpXdZoM4FO3TFWeY=";
};
postPatch = ''