mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #275420 from r-ryantm/auto-update/python310Packages.fschat
python310Packages.fschat: 0.2.33 -> 0.2.34
This commit is contained in:
commit
c8a66e2bb8
@ -29,7 +29,7 @@
|
||||
, protobuf
|
||||
}:
|
||||
let
|
||||
version = "0.2.33";
|
||||
version = "0.2.34";
|
||||
in
|
||||
buildPythonPackage {
|
||||
pname = "fschat";
|
||||
@ -40,7 +40,7 @@ buildPythonPackage {
|
||||
owner = "lm-sys";
|
||||
repo = "FastChat";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-tfFgiYJBuVt71qHOmkDoSrZ2tvXStjubmkw7sexkGZg=";
|
||||
hash = "sha256-4dnKrLQYkd2uQh2K2yaQ7EgrkgX8bO4QXfjIOqpzCE8=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user