python311Packages.aiorpcx 0 -> 1 attrpath: python311Packages.aiorpcx 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] Going to be running update for following packages: - python3.11-aiorpcx-0.22.1 Press Enter key to continue... Running update for: - python3.11-aiorpcx-0.22.1: UPDATING ... - python3.11-aiorpcx-0.22.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/aiorpcx/default.nix b/pkgs/development/python-modules/aiorpcx/default.nix index 09a2bfb8562d..5686a7dafd12 100644 --- a/pkgs/development/python-modules/aiorpcx/default.nix +++ b/pkgs/development/python-modules/aiorpcx/default.nix @@ -7,13 +7,13 @@ buildPythonPackage rec { pname = "aiorpcx"; - version = "0.22.1"; + version = "0.23.1"; format = "setuptools"; src = fetchPypi { inherit version; pname = "aiorpcX"; - sha256 = "0lx54bcinp44fmr8q4bbffsqbkg8kdcwykf9i5jj0bj3sfzgf9k0"; + sha256 = "sha256-WyMALxpNXTCF4xVVoHUZxe+NTEAHHrSZVW/9qBFIYKI="; }; propagatedBuildInputs = [ attrs ]; An auto update branch exists with message `python311Packages.aiorpcx: add optional-dependencies`. New version is 0.23.1. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.aiorpcx: 0.22.1 -> 0.23.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/297491"