Merge pull request #77901 from r-ryantm/auto-update/sentencepiece

sentencepiece: 0.1.84 -> 0.1.85
This commit is contained in:
Mario Rodas 2020-01-19 08:30:01 -05:00 committed by GitHub
commit 1769a7c91e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "sentencepiece"; pname = "sentencepiece";
version = "0.1.84"; version = "0.1.85";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "144y25nj4rwxmgvzqbr7al9fjwh3539ssjswvzrx4gsgfk62lsm0"; sha256 = "1ncvyw9ar0z7nd47cysxg5xrjm01y1shdlhp8l2pdpx059p3yx3w";
}; };
enableParallelBuilding = true; enableParallelBuilding = true;