Unverified Commit 5e2abcab authored by Wolfgang Walther's avatar Wolfgang Walther Committed by GitHub
Browse files

python3Packages.diffusers: 0.34.0 -> 0.35.1 (#435203)

parents e5befcb1 abb32938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -45,14 +45,14 @@

buildPythonPackage rec {
  pname = "diffusers";
  version = "0.34.0";
  version = "0.35.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "huggingface";
    repo = "diffusers";
    tag = "v${version}";
    hash = "sha256-e7969HsHS1wUG9LKREc7FPe2eBeUVPSW2I+BisBPt3M=";
    hash = "sha256-VZXf1YCIFtzuBWaeYG3A+AyqnMEAKEI2nStjuPJ8ZTk=";
  };

  build-system = [ setuptools ];