gnu: emacs-posframe: Update to 0.5.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.5.0.
master
Brian Leung 2019-06-25 04:53:04 +02:00 committed by Nicolas Goaziou
parent dddfabb93e
commit b04cc2fd49
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7596,7 +7596,7 @@ and cangjie.")
(define-public emacs-posframe
(package
(name "emacs-posframe")
(version "0.4.3")
(version "0.5.0")
(source
(origin
(method git-fetch)
@ -7606,7 +7606,7 @@ and cangjie.")
(file-name (git-file-name name version))
(sha256
(base32
"0i5xd7x33zmshhkzpsbpcpc8lgvv5vinnl1a07bnp8r1sp4yahm0"))))
"1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
(build-system emacs-build-system)
;; emacs-minimal does not include the function font-info
(arguments `(#:emacs ,emacs))