python27Packages.jieba: 0.39 -> 0.40

This commit is contained in:
R. RyanTM 2020-01-07 03:21:24 -08:00 committed by Jon
parent e254ba9709
commit f384539a23

View File

@ -2,14 +2,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "jieba"; pname = "jieba";
version = "0.39"; version = "0.40";
# no tests in PyPI tarball # no tests in PyPI tarball
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fxsjy"; owner = "fxsjy";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "0hbq0l1jbgcvm58qg4p37im4jl5a9igvq3wlhlk22pmbkbvqqgzs"; sha256 = "1nasyxva9m3k9fb9g627ppphp3697jdplbb2bavqx71sa7mqim2m";
}; };
checkInputs = [ glibcLocales ]; checkInputs = [ glibcLocales ];