Merge pull request #134613 from r-ryantm/auto-update/python3.8-mecab-python3

This commit is contained in:
Sandro 2021-08-26 13:45:06 +02:00 committed by GitHub
commit 7f1d5dd7a5
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.3";
version = "1.0.4";
src = fetchPypi {
inherit pname version;
sha256 = "62abe28a1155398325372291483608427bc82681fef80e7d132904415f9fd42e";
sha256 = "b150ad5fe4260539b4ef184657e552ef81307fbbe60ae1f258bc814549ea90f8";
};
nativeBuildInputs = [