2022-12-03T03:40:37 python310Packages.azure-core 0 -> 1 2022-12-03T03:40:39 attrpath: python310Packages.azure-core 2022-12-03T03:40:39 Checking auto update branch... 2022-12-03T03:40:44 [version] 2022-12-03T03:40:44 [version] skipping because derivation has updateScript 2022-12-03T03:40:44 [rustCrateVersion] 2022-12-03T03:40:44 [rustCrateVersion] No cargoSha256 found 2022-12-03T03:40:44 [golangModuleVersion] 2022-12-03T03:40:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-03T03:40:44 [updateScript] 2022-12-03T03:40:45 [updateScript] Success 2022-12-03T03:40:45 [updateScript] this derivation will be built: /nix/store/hngg6pfyf1xvh1cv1a7hrd6i8yhywr1p-packages.json.drv building '/nix/store/hngg6pfyf1xvh1cv1a7hrd6i8yhywr1p-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-03T03:40:45 2022-12-03T03:40:45 [quotedUrls] 2022-12-03T03:40:45 [quotedUrls] nothing found to replace 2022-12-03T03:40:46 Diff after rewrites: diff --git a/pkgs/development/python-modules/azure-core/default.nix b/pkgs/development/python-modules/azure-core/default.nix index 75cf3958761..6e8a823483e 100644 --- a/pkgs/development/python-modules/azure-core/default.nix +++ b/pkgs/development/python-modules/azure-core/default.nix @@ -17,14 +17,14 @@ , typing-extensions }: buildPythonPackage rec { - version = "1.25.1"; + version = "1.26.1"; pname = "azure-core"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "sha256-PBzzaGUOduwAnAfNEXSpXNy0cbJHu3LRgkX31WwYCbI="; + sha256 = "sha256-IjsOkMvdHwPEGxlbAyOYmYQ/INAJZNu4XmQ4aHNBSi0="; }; propagatedBuildInputs = [ 2022-12-03T03:42:17 Python package with too many package rebuilds 289 > 25