gnu: grammalecte: Update to 1.12.2.
[jackhill/guix/guix.git] / gnu.scm
diff --git a/gnu.scm b/gnu.scm
index b95082f..f139531 100644 (file)
--- a/gnu.scm
+++ b/gnu.scm
                   (raise
                    (apply
                     make-compound-condition
-                    (condition
-                     (&message
-                      (message (format #f (G_ "module ~a not found")
-                                       module))))
+                    (formatted-message (G_ "module ~a not found")
+                                       module)
                     (condition
                      (&error-location (location location)))
                     (or (and=> (make-hint module) list)