2022-12-04T09:09:39 python310Packages.ansible 0 -> 1 2022-12-04T09:09:41 attrpath: python310Packages.ansible 2022-12-04T09:09:41 Checking auto update branch... 2022-12-04T09:09:46 [version] 2022-12-04T09:09:46 [version] skipping because derivation has updateScript 2022-12-04T09:09:46 [rustCrateVersion] 2022-12-04T09:09:46 [rustCrateVersion] No cargoSha256 found 2022-12-04T09:09:46 [golangModuleVersion] 2022-12-04T09:09:46 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-04T09:09:46 [updateScript] 2022-12-04T09:09:48 [updateScript] Success 2022-12-04T09:09:48 [updateScript] this derivation will be built: /nix/store/m01fx3sn4v51azv6nnx1psh27v5iwhci-packages.json.drv building '/nix/store/m01fx3sn4v51azv6nnx1psh27v5iwhci-packages.json.drv'... Going to be running update for following packages: - python3.10-ansible-6.6.0 Press Enter key to continue... Running update for: - python3.10-ansible-6.6.0: UPDATING ... - python3.10-ansible-6.6.0: DONE. Packages updated! 2022-12-04T09:09:48 2022-12-04T09:09:48 [quotedUrls] 2022-12-04T09:09:48 [quotedUrls] nothing found to replace 2022-12-04T09:09:48 Diff after rewrites: diff --git a/pkgs/development/python-modules/ansible/default.nix b/pkgs/development/python-modules/ansible/default.nix index 81839ecce00..30695b5ba5f 100644 --- a/pkgs/development/python-modules/ansible/default.nix +++ b/pkgs/development/python-modules/ansible/default.nix @@ -20,7 +20,7 @@ let pname = "ansible"; - version = "6.6.0"; + version = "7.0.0"; in buildPythonPackage { inherit pname version; @@ -30,7 +30,7 @@ buildPythonPackage { src = fetchPypi { inherit pname version; - sha256 = "sha256-4blAqNT0EhI+3jwUsly5nDyKTVNf0ECqv45Pt7Dk8JI="; + sha256 = "sha256-cxROfmAnFfq2IwBdLnHlA93a6GGF4GH+2GGyRJxWGOo="; }; postPatch = '' 2022-12-04T09:11:17 An auto update branch exists with message `python310Packages.ansible: 6.5.0 -> 6.6.0`. New version is 7.0.0. 2022-12-04T09:11:17 The auto update branch does not match or exceed the new version. 2022-12-04T09:11:18 There might already be an open PR for this update: - python310Packages.ansible: 6.6.0 -> 7.0.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/202775"