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

python312Packages.pypinyin: 0.50.0 -> 0.51.0
This commit is contained in:
Jörg Thalheim 2024-03-11 08:49:38 +01:00 committed by GitHub
commit 541a96a2ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.50.0";
version = "0.51.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "mozillazg";
repo = "python-pinyin";
rev = "refs/tags/v${version}";
hash = "sha256-9RnuC9AvTlUtZqep6kn5y1xQcq/dzA9jTZXAsMpKZWc=";
hash = "sha256-kbUVif3a3L7BHj1b37FME5wicalK/iild0pvwPawr6Q=";
};
postPatch = ''