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

sentencepiece: 0.1.96 -> 0.1.97

authored by Mario Rodas and committed by GitHub 452ed159 255e3018

+2 -2
+2 -2
pkgs/development/libraries/sentencepiece/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "sentencepiece"; 12 - version = "0.1.96"; 12 + version = "0.1.97"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "google"; 16 16 repo = pname; 17 17 rev = "v${version}"; 18 - sha256 = "sha256-jo8XlQJsnWpeeezDjNNhh6T473XMqe8fsApUr82Y3BU="; 18 + sha256 = "sha256-T6qQtLmuPKVha0CwX4fBH7IQoAlwVj64X2qDecWd7s8="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ cmake ];