autoflake 0 -> 1 attrpath: autoflake 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/489v6vj5ygb2rd7a10jz940f0ymz5f2b-packages.json.drv building '/nix/store/489v6vj5ygb2rd7a10jz940f0ymz5f2b-packages.json.drv'... Going to be running update for following packages: - autoflake-2.3.0 Press Enter key to continue... Running update for: - autoflake-2.3.0: UPDATING ... - autoflake-2.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/autoflake/default.nix b/pkgs/development/python-modules/autoflake/default.nix index 64d429629276..e6f9c94c3f8f 100644 --- a/pkgs/development/python-modules/autoflake/default.nix +++ b/pkgs/development/python-modules/autoflake/default.nix @@ -9,12 +9,12 @@ }: buildPythonPackage rec { pname = "autoflake"; - version = "2.3.0"; + version = "2.3.1"; format = "pyproject"; src = fetchPypi { inherit pname version; - hash = "sha256-jCAR+jRwG519zwW5hzvEhZ1Pzk5i3+qQ3/79FXb18B0="; + hash = "sha256-yYt13FsKhkWcTwGh0yrH60M47EMXpEaVFf8eaH7NkJ4="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.autoflake: 2.3.0 -> 2.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/295525"