mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
07ac1c9178
commit
bb6873cfed
1 changed files with 2 additions and 2 deletions
|
@ -23284,7 +23284,7 @@ keybindings for skipping from host section to host section.")
|
||||||
(define-public emacs-ssh-agency
|
(define-public emacs-ssh-agency
|
||||||
(package
|
(package
|
||||||
(name "emacs-ssh-agency")
|
(name "emacs-ssh-agency")
|
||||||
(version "0.4")
|
(version "0.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -23293,7 +23293,7 @@ keybindings for skipping from host section to host section.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0895n7bss4wdydic1gflr03f2cwdyqywl16gvb599lpn288jhwvz"))))
|
"1i3zmsn0w2k7p2hlzssibckm32kf05l56mkhg96x4sf06g3pwq1d"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("dash" ,emacs-dash)))
|
`(("dash" ,emacs-dash)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue