Commit daeffe3a authored by R. RyanTM's avatar R. RyanTM Committed by Yt
Browse files

python310Packages.fschat: 0.2.30 -> 0.2.32

parent 301a784d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [