python311Packages.xdis 0 -> 1 attrpath: python311Packages.xdis 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/vhhy9q0v6kn1b42kkb8ixwyfdh6zmgxh-packages.json.drv building '/nix/store/vhhy9q0v6kn1b42kkb8ixwyfdh6zmgxh-packages.json.drv'... Going to be running update for following packages: - python3.11-xdis-6.0.5 Press Enter key to continue... Running update for: - python3.11-xdis-6.0.5: UPDATING ... - python3.11-xdis-6.0.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xdis/default.nix b/pkgs/development/python-modules/xdis/default.nix index 9f5d40248c7c..9a16491b134b 100644 --- a/pkgs/development/python-modules/xdis/default.nix +++ b/pkgs/development/python-modules/xdis/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "xdis"; - version = "6.0.5"; + version = "6.1.0"; format = "setuptools"; # No support for Python 3.11, https://github.com/rocky/python-xdis/issues/98 @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "rocky"; repo = "python-xdis"; rev = "refs/tags/${version}"; - hash = "sha256-3mL0EuPHF/dithovrYvMjweYGwGhrN75N9MRfLjNC34="; + hash = "sha256-KgKTO99T2/be1sBs5rY3Oy7/Yl9WGgdG3hqqkZ7D7ZY="; }; postPatch = '' No auto update branch exists Update edits cause no rebuilds.