guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3f909771751ed779a2cd08cc3fe1aad5347844bd
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 15:05:41 2026 +0100

    gnu: emacs-ssh-config-mode: Update to 9.7.
    
    * gnu/packages/emacs-xyz.scm (emacs-ssh-config-mode): Update to 9.7.
    [synopsis, description]: Improve markup.
    
    Change-Id: I9084b32522877138c0ba968f37952608241b0328
---
 gnu/packages/emacs-xyz.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index baa5a6d2bb..e1749ce688 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40790,11 +40790,10 @@ Emacs.")
     (license license:gpl3+)))
 
 (define-public emacs-ssh-config-mode
-  (let ((commit "d0596f5fbeab3d2c3c30eb83527316403bc5b2f7")
-        (revision "2"))
+  (let ((commit "1c08999ab47cd4d4a523eeadbf59c0b6a272b8c2")) ;version bump
     (package
       (name "emacs-ssh-config-mode")
-      (version (git-version "8.0" revision commit))
+      (version "9.7")
       (source
        (origin
          (method git-fetch)
@@ -40812,9 +40811,9 @@ Emacs.")
       (home-page
        "https://github.com/jhgorrell/ssh-config-mode-el";)
       (synopsis
-       "Mode for fontification of ~/.ssh/config")
+       "Mode for fontification of @file{~/.ssh/config}")
       (description
-       "This package fontifies the ssh config keywords and creates
+       "This package fontifies the ssh @file{config} keywords and creates
 keybindings for skipping from host section to host section.")
       (license license:gpl3+))))
 

Reply via email to