mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-helm: Update to 4.0.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 4.0. Change-Id: I934ed0f54f9bb387fcfdd991ea7385613b669728
This commit is contained in:
parent
01a21970aa
commit
ab280fd55d
1 changed files with 2 additions and 2 deletions
|
@ -16156,7 +16156,7 @@ (define-public emacs-wgrep
|
||||||
(define-public emacs-helm
|
(define-public emacs-helm
|
||||||
(package
|
(package
|
||||||
(name "emacs-helm")
|
(name "emacs-helm")
|
||||||
(version "3.9.9")
|
(version "4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -16165,7 +16165,7 @@ (define-public emacs-helm
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14wpfsxs9k0d6184d0laz1w11z9x2rmdii4kx4vfkd1qg0jglg7v"))))
|
(base32 "0il5npxw8wrpbwd8nyf9q9yxxd5plh3zl45m04w0wj4lpz9sqz7w"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-async emacs-popup))
|
(list emacs-async emacs-popup))
|
||||||
|
|
Loading…
Reference in a new issue