Archived
1
0
Fork 0

gnu: emacs-posframe: Update to 0.7.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.7.0.
[source]: Use GNU Elpa repository instead of GitHub.
This commit is contained in:
Nicolas Goaziou 2020-06-06 15:10:45 +02:00
parent dc81932ee5
commit 7b32e7bfaf
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10322,20 +10322,18 @@ and cangjie.")
(define-public emacs-posframe (define-public emacs-posframe
(package (package
(name "emacs-posframe") (name "emacs-posframe")
(version "0.5.0") (version "0.7.0")
(source (source
(origin (origin
(method git-fetch) (method url-fetch)
(uri (git-reference (uri (string-append "https://elpa.gnu.org/packages/"
(url "https://github.com/tumashu/posframe") "posframe-" version ".el"))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "1kwl83jb5k1hnx0s2qw972v0gjqbbvk4sdcdb1qbdxsyw36sylc9"))))
"1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
(build-system emacs-build-system) (build-system emacs-build-system)
;; emacs-minimal does not include the function font-info ;; emacs-minimal does not include the function font-info.
(arguments `(#:emacs ,emacs)) (arguments
`(#:emacs ,emacs))
(home-page "https://github.com/tumashu/posframe") (home-page "https://github.com/tumashu/posframe")
(synopsis "Pop a posframe (a child frame) at point") (synopsis "Pop a posframe (a child frame) at point")
(description "@code{emacs-posframe} can pop a posframe at point. A (description "@code{emacs-posframe} can pop a posframe at point. A