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:
Nicolas Goaziou 2022-09-29 10:49:02 +02:00
parent 38f2cbda71
commit 97a2f8e48e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -8238,7 +8238,7 @@ (define-public emacs-slime
(define-public emacs-popup
(package
(name "emacs-popup")
(version "0.5.8")
(version "0.5.9")
(source
(origin
(method git-fetch)
@ -8247,7 +8247,7 @@ (define-public emacs-popup
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0qrsz4z9q2bfq9xv4n94mvyslm232v2ql9r1fjycx7rnmpqggiwl"))))
(base32 "13ww7hld5pa32myj9krr6prmc99s7hnpsw8mw9krpxffykkblj2f"))))
(build-system emacs-build-system)
(home-page "https://github.com/auto-complete/popup-el")
(synopsis "Visual Popup User Interface for Emacs")