Skip to content

Commit a83d853

Browse files
authored
python3Packages.vllm: 0.7.1 -> 0.7.2 (NixOS#380083)
2 parents eba1d38 + 5fddd98 commit a83d853

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/vllm/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ in
195195

196196
buildPythonPackage rec {
197197
pname = "vllm";
198-
version = "0.7.1";
198+
version = "0.7.2";
199199
pyproject = true;
200200

201201
stdenv = if cudaSupport then cudaPackages.backendStdenv else args.stdenv;
@@ -204,7 +204,7 @@ buildPythonPackage rec {
204204
owner = "vllm-project";
205205
repo = pname;
206206
tag = "v${version}";
207-
hash = "sha256-CImXKMEv+jHqngvcr8W6fQLiCo1mqmcZ0Ho0bfAgfbg=";
207+
hash = "sha256-j59DpNuO5TgGD6UVGzueSTumd7mDMB4l1QytV3rFIJE=";
208208
};
209209

210210
patches = [

0 commit comments

Comments
 (0)