summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Desfosses <rdes@protonmail.com>2020-12-24 12:54:56 -0500
committerLeo Famulari <leo@famulari.name>2020-12-24 16:26:31 -0500
commitbb6873cfed22aeab28ec71cb61823eb495e9edd9 (patch)
tree1cba728696cd0221e398a9162c4b177c68ce3e14
parent07ac1c9178134d5e4770ee4ff579837635c543d0 (diff)
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>
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ad8ef0f8bd..8acd1f3383 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)))