2022-12-26T18:33:09 python310Packages.azure-core 0 -> 1 2022-12-26T18:33:11 attrpath: python310Packages.azure-core 2022-12-26T18:33:11 Checking auto update branch... 2022-12-26T18:33:16 [version] 2022-12-26T18:33:16 [version] skipping because derivation has updateScript 2022-12-26T18:33:16 [rustCrateVersion] 2022-12-26T18:33:16 [rustCrateVersion] No cargoSha256 found 2022-12-26T18:33:16 [golangModuleVersion] 2022-12-26T18:33:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-26T18:33:16 [updateScript] 2022-12-26T18:33:17 [updateScript] Success 2022-12-26T18:33:17 [updateScript] this derivation will be built: /nix/store/qgia565ra5yxl832n4jl4gaa7nkkxcl8-packages.json.drv building '/nix/store/qgia565ra5yxl832n4jl4gaa7nkkxcl8-packages.json.drv'... Going to be running update for following packages: - python3.10-azure-core-1.25.1 Press Enter key to continue... Running update for: - python3.10-azure-core-1.25.1: UPDATING ... - python3.10-azure-core-1.25.1: DONE. Packages updated! 2022-12-26T18:33:17 2022-12-26T18:33:17 [quotedUrls] 2022-12-26T18:33:18 [quotedUrls] nothing found to replace 2022-12-26T18:33:18 Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-core/default.nix b/pkgs/development/python-modules/azure-core/default.nix index 4e9329f2260..f80ca9f17b8 100644 --- a/pkgs/development/python-modules/azure-core/default.nix +++ b/pkgs/development/python-modules/azure-core/default.nix @@ -17,7 +17,7 @@ , typing-extensions }: buildPythonPackage rec { - version = "1.25.1"; + version = "1.26.1"; pname = "azure-core"; disabled = pythonOlder "3.6"; @@ -26,7 +26,7 @@ buildPythonPackage rec { src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "sha256-PBzzaGUOduwAnAfNEXSpXNy0cbJHu3LRgkX31WwYCbI="; + sha256 = "sha256-IjsOkMvdHwPEGxlbAyOYmYQ/INAJZNu4XmQ4aHNBSi0="; }; propagatedBuildInputs = [ 2022-12-26T18:34:45 Python package with too many package rebuilds 294 > 25