mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: emacs-helm: Update to 3.8.6.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.6.
This commit is contained in:
parent
c8706d109e
commit
31ffe484be
1 changed files with 2 additions and 2 deletions
|
@ -11787,7 +11787,7 @@ (define-public emacs-wgrep
|
|||
(define-public emacs-helm
|
||||
(package
|
||||
(name "emacs-helm")
|
||||
(version "3.8.5")
|
||||
(version "3.8.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -11796,7 +11796,7 @@ (define-public emacs-helm
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1my6c87ia7h99dbbbw1yxcmgacwss1j36rf3swn3k2ab6k34hsf4"))))
|
||||
(base32 "02z5jxjkqspj6f6j2a87l9bzl2b4mh1560bzl8ia72w2vxg15m8z"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup))
|
||||
|
|
Loading…
Reference in a new issue