Merge pull request #160436 from r-ryantm/auto-update/python3.10-mecab-python3

python310Packages.mecab-python3: 1.0.4 -> 1.0.5
This commit is contained in:
Mario Rodas 2022-02-19 12:15:56 -05:00 committed by GitHub
commit fd63462099
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "mecab-python3";
version = "1.0.4";
version = "1.0.5";
src = fetchPypi {
inherit pname version;
sha256 = "b150ad5fe4260539b4ef184657e552ef81307fbbe60ae1f258bc814549ea90f8";
sha256 = "sha256-5wPXjIimcau4FwNRZEhQAV2bv6sxUwo7QNEkgaZ3mhE=";
};
nativeBuildInputs = [