mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-helm: Update to 3.9.6.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.6. Change-Id: Ica2d7af2db908e37f17f6e4f8d8b83de3a5af349
This commit is contained in:
parent
47a67d34b2
commit
ff808d4d22
1 changed files with 2 additions and 2 deletions
|
@ -15148,7 +15148,7 @@ (define-public emacs-wgrep
|
|||
(define-public emacs-helm
|
||||
(package
|
||||
(name "emacs-helm")
|
||||
(version "3.9.5")
|
||||
(version "3.9.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -15157,7 +15157,7 @@ (define-public emacs-helm
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "067nc728dfbwzfs07z26cwcqjj00l4lvw3n9bl1zw094v0x6hxxm"))))
|
||||
(base32 "01b2608gsly557927wdkp71mbakk7h23icjnxq097r12zra4agc7"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup))
|
||||
|
|
Loading…
Reference in a new issue