python310Packages.fschat: 0.2.30 -> 0.2.32

This commit is contained in:
R. Ryantm 2023-11-06 05:48:46 +00:00 committed by Yt
parent 301a784da0
commit daeffe3a43

View File

@ -29,7 +29,7 @@
, protobuf
}:
let
version = "0.2.30";
version = "0.2.32";
in
buildPythonPackage {
pname = "fschat";
@ -40,7 +40,7 @@ buildPythonPackage {
owner = "lm-sys";
repo = "FastChat";
rev = "refs/tags/v${version}";
hash = "sha256-SkrdRpmbxnt/Xn8TTmozxhr3fPeAFPP7X0cM9vJC9Sc=";
hash = "sha256-3IJcqVULOK0Nf72sgv80q9U8QZ3pNHLYaNwCQohdBB8=";
};
nativeBuildInputs = [