mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-helm: Update to 4.0.2.
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 4.0.2. Change-Id: I30d90a3a62c6856990aeb44a8f75e2f17194a7d9
This commit is contained in:
parent
3ea13d2645
commit
d1d4fd0c32
1 changed files with 2 additions and 2 deletions
|
@ -17147,7 +17147,7 @@ ack, ag, helm and pt.")
|
|||
(define-public emacs-helm
|
||||
(package
|
||||
(name "emacs-helm")
|
||||
(version "4.0")
|
||||
(version "4.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17156,7 +17156,7 @@ ack, ag, helm and pt.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0il5npxw8wrpbwd8nyf9q9yxxd5plh3zl45m04w0wj4lpz9sqz7w"))))
|
||||
(base32 "0l9p6yiv8w9s0rpa4fyrp9gw1dgwpyr9fmkhs53bhc6v9x7br8ix"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-async emacs-popup))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue