Skip to content

Commit ae1c56a

Browse files
r-ryantmwegank
authored andcommitted
python3Packages.optimum: 1.24.0 -> 1.25.3
1 parent 2ee3910 commit ae1c56a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
buildPythonPackage rec {
3131
pname = "optimum";
32-
version = "1.24.0";
32+
version = "1.25.3";
3333
pyproject = true;
3434

3535
disabled = pythonOlder "3.9";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
3838
owner = "huggingface";
3939
repo = "optimum";
4040
tag = "v${version}";
41-
hash = "sha256-0D/kHPUI+gM7IblA4ULs0JuGTNQVezIYg0SPD3ESukw=";
41+
hash = "sha256-SVyGtWFI5GjfxbaVKICf+QSSMYI62dDVMzphu8TngvY=";
4242
};
4343

4444
build-system = [ setuptools ];

0 commit comments

Comments
 (0)