sentencepiece: 0.1.91 -> 0.1.93
Changelogs: https://github.com/google/sentencepiece/releases/tag/v0.1.92 https://github.com/google/sentencepiece/releases/tag/v0.1.93 The upstream release notes state that Python 2 is not supported anymore. However, this version still builds with Python 2 and tests pass without any issues. Therefore, this change does not disable Python 2 support yet.
This commit is contained in:
parent
359ac19b17
commit
72e85c2223
@ -9,13 +9,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "sentencepiece";
|
pname = "sentencepiece";
|
||||||
version = "0.1.91";
|
version = "0.1.93";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1yg55h240iigjaii0k70mjb4sh3mgg54rp2sz8bx5glnsjwys5s3";
|
sha256 = "0h9c1xs0sab23labh8m3ar6kvzfldv2id2f17icja61ihyw06nrd";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools;
|
nativeBuildInputs = [ cmake ] ++ lib.optional withGPerfTools gperftools;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user