gnu: emacs-popup: Update to 0.5.8.

* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8.
This commit is contained in:
Nicolas Goaziou 2020-07-28 15:52:00 +02:00
parent c088aa2988
commit 0c121f484a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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