python310Packages.pypinyin: 0.47.0 -> 0.47.1

This commit is contained in:
R. Ryantm 2022-09-09 16:29:01 +00:00 committed by Jonathan Ringer
parent 604afd43fb
commit f31881a619

View File

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pypinyin";
version = "0.47.0";
version = "0.47.1";
src = fetchFromGitHub {
owner = "mozillazg";
repo = "python-pinyin";
rev = "refs/tags/v${version}";
sha256 = "sha256-DsSrWbnBFEGQTXP1+C8j5RqSplDitsFl+13YwwE+3pE=";
sha256 = "sha256-c9pEO9k5tCFWLPismrXrrYEQYmxYKkciXFgpbrDEGzE=";
};
postPatch = ''