mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: emacs-helm: Update to 3.9.8.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.8. Change-Id: I9ba45e2e29890992561e3e96e9dc2716a24ce55f
This commit is contained in:
parent
e0776ecbf2
commit
455f4e9507
1 changed files with 2 additions and 2 deletions
|
@ -15623,7 +15623,7 @@ (define-public emacs-wgrep
|
|||
(define-public emacs-helm
|
||||
(package
|
||||
(name "emacs-helm")
|
||||
(version "3.9.7")
|
||||
(version "3.9.8")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15632,7 +15632,7 @@ (define-public emacs-helm
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0f7vwrvxg83gril2y5qm4469nzhy51dg49zn643pni6cmhz7r9mx"))))
|
||||
(base32 "01lqwqjgg1m7ixm160z88cv6mbacs1vxbkvzcgns0lspxckvl1b1"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup))
|
||||
|
|
Loading…
Reference in a new issue