python311Packages.gradio 0 -> 1 attrpath: python311Packages.gradio 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/gn2scil8aly1f6h10d1jm8rnh3kaq86h-packages.json.drv building '/nix/store/gn2scil8aly1f6h10d1jm8rnh3kaq86h-packages.json.drv'... Going to be running update for following packages: - python3.11-gradio-4.20.1 Press Enter key to continue... Running update for: - python3.11-gradio-4.20.1: UPDATING ... - python3.11-gradio-4.20.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gradio/default.nix b/pkgs/development/python-modules/gradio/default.nix index bfcf10a2ea1c..e5816468bb98 100644 --- a/pkgs/development/python-modules/gradio/default.nix +++ b/pkgs/development/python-modules/gradio/default.nix @@ -57,7 +57,7 @@ buildPythonPackage rec { pname = "gradio"; - version = "4.20.1"; + version = "4.22.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -66,7 +66,7 @@ buildPythonPackage rec { # and upstream has stopped tagging releases since 3.41.0 src = fetchPypi { inherit pname version; - hash = "sha256-nvuIpOFib09FJGfkX0TDfb2LV/eDn3EybsFp5A3lzas="; + hash = "sha256-nhrT509xB3+R+HF6TF5AQGnfufT6iNmzjxZgcVL7fBo="; }; # fix packaging.ParserSyntaxError, which can't handle comments No auto update branch exists There might already be an open PR for this update: - python311Packages.gradio: 4.20.1 -> 4.22.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/298153"