From 72a2ee2005cff2ce61157695bfda7e9fad167cad Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Mon, 31 Aug 2026 15:05:21 +0900 Subject: teams/gnome: Sort update specs. * etc/teams/gnome/gnome-core-refresh: Sort update specs. --- etc/teams/gnome/gnome-core-refresh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/teams/gnome/gnome-core-refresh b/etc/teams/gnome/gnome-core-refresh index 21a801a2b7b..ed4f812c902 100755 --- a/etc/teams/gnome/gnome-core-refresh +++ b/etc/teams/gnome/gnome-core-refresh @@ -1,7 +1,7 @@ #!/usr/bin/env -S guix repl -- !# ;-*- mode: scheme; -*- ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2025 Maxim Cournoyer +;;; Copyright © 2025-2026 Maxim Cournoyer ;;; ;;; This file is part of GNU Guix. ;;; @@ -135,5 +135,6 @@ refresh' can automatically find the newest compatible version." name version)))) (apply guix-refresh (append (cdr (command-line)) - (releng-tree->update-specs - (parse-releng (fetch-releng-content))))) + (sort (releng-tree->update-specs + (parse-releng (fetch-releng-content))) + string>))) -- cgit v1.2.3