python3Packages.mecab-python3: 0.996.5 -> 1.0.1

gstqt5
Daniël de Kok 2020-07-31 09:04:38 +02:00 committed by Jon
parent b0b724f873
commit 898eddeffd
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "mecab-python3";
version = "0.996.5";
version = "1.0.1";
src = fetchPypi {
inherit pname version;
sha256 = "e7f09caf136903ce908b8b001ffc178d6caa129c1550d47d8f7f733a213749a8";
sha256 = "0246wxfk8v1js75nv8jl15cwpf4rvv4xndi4gbzjrrqbsgj2fvfm";
};
nativeBuildInputs = [