2022-11-22T09:31:40 python310Packages.azure-core 0 -> 1 2022-11-22T09:31:42 attrpath: python310Packages.azure-core 2022-11-22T09:31:42 Checking auto update branch... 2022-11-22T09:31:47 [version] 2022-11-22T09:31:47 [version] skipping because derivation has updateScript 2022-11-22T09:31:47 [rustCrateVersion] 2022-11-22T09:31:47 [rustCrateVersion] No cargoSha256 found 2022-11-22T09:31:47 [golangModuleVersion] 2022-11-22T09:31:47 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-22T09:31:47 [updateScript] 2022-11-22T09:31:48 [updateScript] Success 2022-11-22T09:31:48 [updateScript] this derivation will be built: /nix/store/lxsscgfhp18p7d2s1x73jm25fgpx2wan-packages.json.drv building '/nix/store/lxsscgfhp18p7d2s1x73jm25fgpx2wan-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-11-22T09:31:48 2022-11-22T09:31:48 [quotedUrls] 2022-11-22T09:31:49 [quotedUrls] nothing found to replace 2022-11-22T09:31:49 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-11-22T09:33:20 Python package with too many package rebuilds 290 > 25