python310Packages.pypinyin: 0.48.0 -> 0.49.0

This commit is contained in:
R. Ryantm 2023-05-24 05:56:10 +00:00
parent b90d1e02ee
commit dd08d9b721

View file

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