mirror of
https://github.com/denismhz/flake.git
synced 2025-11-10 00:33:34 +01:00
packages/diffusers: 0.13.1 -> 0.14.0
This commit is contained in:
parent
2f69fda039
commit
193981b84d
|
|
@ -34,14 +34,14 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "diffusers";
|
pname = "diffusers";
|
||||||
version = "0.13.1";
|
version = "0.14.0";
|
||||||
|
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-KbZ6HvNNn1sFw+qwpJZpfaskllLSmNp0JVuKpPxPjkw=";
|
sha256 = "sha256-sqQqEtq1OMtFo7DGVQMFO6RG5fLfSDbeOFtSON+DCkY=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue