* guix/ui.scm (show-manifest-transaction)[upgrade-string]: Use the
package name in UI message.
guix/ui.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
Toggle diff (31 lines)
diff --git a/guix/ui.scm b/guix/ui.scm
index 1e24fe5dca..20b1e79ca9 100644
;;; Copyright © 2019 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Simon Tournier <zimon.toutoune@gmail.com>
+;;; Copyright © 2020 Leo Famulari <leo@famulari.name>
;;; This file is part of GNU Guix.
@@ -1162,11 +1163,13 @@ separator between subsequent columns."
(string-append name ":" output)))
+ (map (lambda (old new name)
- (G_ "(dependencies changed)")
+ (G_ "(dependencies or ~a package recipe changed)")
(string-append old " " → " " new)))
- old-version new-version))
+ old-version new-version names))
(let-values (((remove install upgrade downgrade)