mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python310Packages.fschat: 0.2.32 -> 0.2.33
This commit is contained in:
parent
e04b06b604
commit
6a5fcd063e
@ -29,7 +29,7 @@
|
||||
, protobuf
|
||||
}:
|
||||
let
|
||||
version = "0.2.32";
|
||||
version = "0.2.33";
|
||||
in
|
||||
buildPythonPackage {
|
||||
pname = "fschat";
|
||||
@ -40,7 +40,7 @@ buildPythonPackage {
|
||||
owner = "lm-sys";
|
||||
repo = "FastChat";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-3IJcqVULOK0Nf72sgv80q9U8QZ3pNHLYaNwCQohdBB8=";
|
||||
hash = "sha256-tfFgiYJBuVt71qHOmkDoSrZ2tvXStjubmkw7sexkGZg=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user