python311Packages.diffusers: 0.28.2 -> 0.29.0

This commit is contained in:
R. Ryantm
2024-06-20 08:42:33 +00:00
parent 026f02ce7d
commit 0e5867b92c
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.28.2";
version = "0.29.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-q1Y7YJSTVkPZF7KeHdOwO7XgTDBvFGioLR57adc1P+o=";
hash = "sha256-sC/vstc7347ofNWESiUnvRsfAu/sKzlNV3lTPTuqUkY=";
};
build-system = [ setuptools ];