Loading
gnomeExtensions/update: Sort colliding UUIDs
Unlike `dict`, whose items are guaranteed to follow the insertion order since Python 3.7: https://docs.python.org/3.13/library/stdtypes.html#mapping-types-dict Set has no such guarantees: https://docs.python.org/3.13/library/stdtypes.html#set-types-set-frozenset Let’s sort the UUIDs to ensure consistent order.