Skip to content

Commit

Permalink
Merge pull request #333031 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.diffusers

python312Packages.diffusers: 0.29.2 -> 0.30.0
  • Loading branch information
tomberek authored Aug 21, 2024
2 parents 2a7373d + 1912331 commit 4119465
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/diffusers/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

buildPythonPackage rec {
pname = "diffusers";
version = "0.29.2";
version = "0.30.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "huggingface";
repo = "diffusers";
rev = "refs/tags/v${version}";
hash = "sha256-RJQo+2lZ863nP9ZCQbntfuxDI+elB0RJ5E8zGs65E2A=";
hash = "sha256-fry16HDAjpuosSHSDDm/Y5dTNkpsGM6S33hOJ3n2x7M=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 4119465

Please sign in to comment.