We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5224d91 + 0e3fb02 commit 14e0a56Copy full SHA for 14e0a56
pkgs/development/python-modules/diffusers/default.nix
@@ -40,7 +40,7 @@
40
41
buildPythonPackage rec {
42
pname = "diffusers";
43
- version = "0.30.3";
+ version = "0.31.0";
44
pyproject = true;
45
46
disabled = pythonOlder "3.8";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
49
owner = "huggingface";
50
repo = "diffusers";
51
tag = "v${version}";
52
- hash = "sha256-/3lHJdsNblKb6xX03OluSCApMK3EXJbRLboBk8CjobE=";
+ hash = "sha256-5Kav5ZcSYLYH2ojGRFAGyyK7NC8Ny99odVPSpVI4atU=";
53
};
54
55
build-system = [ setuptools ];
0 commit comments