python311Packages.xattr 0 -> 1 attrpath: python311Packages.xattr 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/il5kzhl254mibsqm6i71p6k67rb434ah-packages.json.drv building '/nix/store/il5kzhl254mibsqm6i71p6k67rb434ah-packages.json.drv'... Going to be running update for following packages: - python3.11-xattr-1.0.0 Press Enter key to continue... Running update for: - python3.11-xattr-1.0.0: UPDATING ... - python3.11-xattr-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/xattr/default.nix b/pkgs/development/python-modules/xattr/default.nix index 9cc0ec2254c7..d82588b90b0a 100644 --- a/pkgs/development/python-modules/xattr/default.nix +++ b/pkgs/development/python-modules/xattr/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "xattr"; - version = "1.0.0"; + version = "1.1.0"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-osfLLvRBv2eeJAtl4gXwij7jFeGQ/qVnPmD9aBLmNKU="; + hash = "sha256-/svzsFBD7TSHooGQ3sPkxNh5svzsDjC6/Y7F1LYENjA="; }; propagatedBuildInputs = [ An auto update branch exists with message `python311Packages.xattr: refactor`. New version is 1.1.0. The auto update branch does not match or exceed the new version. There might already be an open PR for this update: - python311Packages.xattr: 1.0.0 -> 1.1.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/285864"