Skip to content

Commit 98a5cf0

Browse files
authored
python3Packages.exllamav3: 0.0.20 -> 0.0.23 (#488873)
2 parents 81ad848 + c7030f2 commit 98a5cf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ let
2727
in
2828
buildPythonPackage (finalAttrs: {
2929
pname = "exllamav3";
30-
version = "0.0.20";
30+
version = "0.0.23";
3131
pyproject = true;
3232

3333
src = fetchFromGitHub {
3434
owner = "turboderp-org";
3535
repo = "exllamav3";
3636
tag = "v${finalAttrs.version}";
37-
hash = "sha256-G3PtxKU/J4JEQQOwFmrSWuSr/hA4uyxRci3khXCwEqE=";
37+
hash = "sha256-wAT+zntPxjIjrXaa2ZJpjImRt1V8vFqWfSNjgZYGGJk=";
3838
};
3939

4040
pythonRelaxDeps = [

0 commit comments

Comments
 (0)