python3Packages.diffusers: 0.30.0 -> 0.30.3

https://github.com/huggingface/diffusers/releases/tag/v0.30.3
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:05 +02:00
parent f40fe7d7d2
commit 25610ec256
@@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "diffusers";
version = "0.30.0";
version = "0.30.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-fry16HDAjpuosSHSDDm/Y5dTNkpsGM6S33hOJ3n2x7M=";
hash = "sha256-/3lHJdsNblKb6xX03OluSCApMK3EXJbRLboBk8CjobE=";
};
build-system = [ setuptools ];