python38Packages.mecab-python3: 1.0.3 -> 1.0.4

This commit is contained in:
R. RyanTM 2021-08-18 06:59:49 +00:00
parent 0944088287
commit 65bb58d8ca

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 = [