guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: emacs-ssh-agency: Update to 0.4.1.


From: guix-commits
Subject: 02/02: gnu: emacs-ssh-agency: Update to 0.4.1.
Date: Thu, 24 Dec 2020 16:26:58 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit bb6873cfed22aeab28ec71cb61823eb495e9edd9
Author: Ryan Desfosses <rdes@protonmail.com>
AuthorDate: Thu Dec 24 12:54:56 2020 -0500

    gnu: emacs-ssh-agency: Update to 0.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-ssh-agency): Update to 0.4.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad8ef0f..8acd1f3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23284,7 +23284,7 @@ keybindings for skipping from host section to host 
section.")
 (define-public emacs-ssh-agency
   (package
     (name "emacs-ssh-agency")
-    (version "0.4")
+    (version "0.4.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23293,7 +23293,7 @@ keybindings for skipping from host section to host 
section.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"))))
+                "1i3zmsn0w2k7p2hlzssibckm32kf05l56mkhg96x4sf06g3pwq1d"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("dash" ,emacs-dash)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]