mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-popup: Update to 0.5.9.
* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.9.
This commit is contained in:
parent
38f2cbda71
commit
97a2f8e48e
1 changed files with 2 additions and 2 deletions
|
@ -8238,7 +8238,7 @@ for compilation, debugging, documentation lookup, and so on.")
|
||||||
(define-public emacs-popup
|
(define-public emacs-popup
|
||||||
(package
|
(package
|
||||||
(name "emacs-popup")
|
(name "emacs-popup")
|
||||||
(version "0.5.8")
|
(version "0.5.9")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -8247,7 +8247,7 @@ for compilation, debugging, documentation lookup, and so on.")
|
||||||
(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 "0qrsz4z9q2bfq9xv4n94mvyslm232v2ql9r1fjycx7rnmpqggiwl"))))
|
(base32 "13ww7hld5pa32myj9krr6prmc99s7hnpsw8mw9krpxffykkblj2f"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/auto-complete/popup-el")
|
(home-page "https://github.com/auto-complete/popup-el")
|
||||||
(synopsis "Visual Popup User Interface for Emacs")
|
(synopsis "Visual Popup User Interface for Emacs")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue