python310Packages.pypinyin: 0.47.1 -> 0.48.0

This commit is contained in:
R. Ryantm 2023-01-16 17:15:20 +00:00
parent 2cae716942
commit cf5b863623

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.47.1";
version = "0.48.0";
src = fetchFromGitHub {
owner = "mozillazg";
repo = "python-pinyin";
rev = "refs/tags/v${version}";
sha256 = "sha256-c9pEO9k5tCFWLPismrXrrYEQYmxYKkciXFgpbrDEGzE=";
sha256 = "sha256-gt0jrDPr6FeLB5P9HCSosCHb/W1sAKSusTrCpkqO26E=";
};
postPatch = ''