python312Packages.optimum: 1.22.0 -> 1.23.0

This commit is contained in:
R. Ryantm 2024-10-11 10:11:27 +00:00
parent 35f64dd473
commit 8facc9dcb6

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "optimum";
version = "1.22.0";
version = "1.23.0";
pyproject = true;
disabled = pythonOlder "3.7";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "optimum";
rev = "refs/tags/v${version}";
hash = "sha256-fVpSoa6s7puYO8BiA6aSAhSOTfiZJgaX5iwYkd9VdVo=";
hash = "sha256-1A430tvuUsMiVmDbISdj2g5l05D6FswGKsjdUBpZrP0=";
};
build-system = [ setuptools ];