3
0
Fork 0
forked from mirrors/nixpkgs

python312Packages.fschat: 0.2.34 -> 0.2.36

This commit is contained in:
R. Ryantm 2024-02-12 03:43:43 +00:00
parent 9969aa079a
commit 62e2dedd44

View file

@ -29,7 +29,7 @@
, protobuf
}:
let
version = "0.2.34";
version = "0.2.36";
in
buildPythonPackage {
pname = "fschat";
@ -40,7 +40,7 @@ buildPythonPackage {
owner = "lm-sys";
repo = "FastChat";
rev = "refs/tags/v${version}";
hash = "sha256-4dnKrLQYkd2uQh2K2yaQ7EgrkgX8bO4QXfjIOqpzCE8=";
hash = "sha256-tQuvQXzQbQjU16DfS1o55VHW6eklngEvIigzZGgrKB8=";
};
nativeBuildInputs = [