python311Packages.dalle-mini 0.1.4 -> 0.1.5 https://repology.org/project/python:dalle-mini/versions attrpath: python311Packages.dalle-mini Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/nwvf2b45rakvy7z603xfms59gjx7j0mg-packages.json.drv building '/nix/store/nwvf2b45rakvy7z603xfms59gjx7j0mg-packages.json.drv'... Going to be running update for following packages: - python3.11-dalle-mini-0.1.4 Press Enter key to continue... Running update for: - python3.11-dalle-mini-0.1.4: UPDATING ... - python3.11-dalle-mini-0.1.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/dalle-mini/default.nix b/pkgs/development/python-modules/dalle-mini/default.nix index 0f5a0f07e06d..f20b693d3870 100644 --- a/pkgs/development/python-modules/dalle-mini/default.nix +++ b/pkgs/development/python-modules/dalle-mini/default.nix @@ -15,11 +15,11 @@ buildPythonPackage rec { pname = "dalle-mini"; - version = "0.1.4"; + version = "0.1.5"; src = fetchPypi { inherit pname version; - hash = "sha256-UwCcoKbGxZT5XB+Mtv8kAHFdj0iLw8U1Ayo60y3Tm7U="; + hash = "sha256-k4XILjNNz0FPcAzwPEeqe5Lj24S2Y139uc9o/1IUS1c="; }; format = "setuptools"; No auto update branch exists Old version 0.1.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , einops , emoji , flax , ftfy , jax , jaxlib , pillow , transformers , unidecode , wandb }: buildPythonPackage rec { pname = "dalle-mini"; version = "0.1.5"; src = fetchPypi { inherit pname version; hash = "sha256-k4XILjNNz0FPcAzwPEeqe5Lj24S2Y139uc9o/1IUS1c="; }; format = "setuptools"; buildInputs = [ jaxlib ]; propagatedBuildInputs = [ einops emoji flax ftfy jax pillow transformers unidecode wandb ]; doCheck = false; # no upstream tests pythonImportsCheck = [ "dalle_mini" ]; meta = with lib; { description = "Generate images from a text prompt"; homepage = "https://github.com/borisdayma/dalle-mini"; license = licenses.asl20; maintainers = with maintainers; [ r-burns ]; }; }