python311Packages.diffusers: 0.25.1 -> 0.26.2

This commit is contained in:
R. Ryantm
2024-02-06 13:25:36 +00:00
parent 119232480d
commit 39e2171c62
@@ -39,7 +39,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.25.1";
version = "0.26.2";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-AvD/kiwKGojsLlJ0n/U6tTu7ON8Ujl0lZd1e/fDY+CM=";
hash = "sha256-mIwB4Fk5m6GUbiOXaZqY18eLLXkocL/GqCfHQbLgrJk=";
};
nativeBuildInputs = [