Merge pull request #297138 from r-ryantm/auto-update/python311Packages.diffusers

python311Packages.diffusers: 0.27.0 -> 0.27.1
This commit is contained in:
Nick Cao 2024-03-19 09:09:57 -04:00 committed by GitHub
commit 7198bb708c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.27.0";
version = "0.27.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-h7IdukvQr+B/Au70nK0Qc4FpkDiCMsIZuPAWsiCdnUo=";
hash = "sha256-GwFibsxMhWqirFn5cG9GfDZAtVWRx+BCqDBiQV6wuYU=";
};
nativeBuildInputs = [