python311Packages.pyatspi 0 -> 1 attrpath: python311Packages.pyatspi 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/qg1zbrbarq6jhj23q2blxlpsw5q4ks78-packages.json.drv building '/nix/store/qg1zbrbarq6jhj23q2blxlpsw5q4ks78-packages.json.drv'... Going to be running update for following packages: - python3.11-pyatspi-2.46.0 Press Enter key to continue... Running update for: - python3.11-pyatspi-2.46.0: UPDATING ... - python3.11-pyatspi-2.46.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyatspi/default.nix b/pkgs/development/python-modules/pyatspi/default.nix index fb7fedeaefc5..0fbd5b97f680 100644 --- a/pkgs/development/python-modules/pyatspi/default.nix +++ b/pkgs/development/python-modules/pyatspi/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "pyatspi"; - version = "2.46.0"; + version = "2.46.1"; format = "other"; src = fetchurl { url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz"; - sha256 = "1FSJzz1HqhULGjXolJs7MQNfjCB15YjSa278Yllwxi4="; + sha256 = "+R9qV0NOnAfRPVxL+BndeOjuYFqsKuRdjGTCgRT7BBs="; }; nativeBuildInputs = [ pkg-config ]; No auto update branch exists There might already be an open PR for this update: - python310Packages.pyatspi: 2.46.0 -> 2.46.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/279768"