~ruther/guix-local

5b8bc1fe01918afa61c956ffaa91f9c458180b13 — Nicolas Goaziou 2 months ago 0c3b645
gnu: emacs-posframe: Update to 1.5.0.

* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.5.0.

Change-Id: I85631ad26fa8c787b109e0e19cacd72064426856
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 23447,14 23447,14 @@ the center of the screen and not at the bottom.")
(define-public emacs-posframe
  (package
    (name "emacs-posframe")
    (version "1.4.4")
    (version "1.5.0")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "https://elpa.gnu.org/packages/"
                           "posframe-" version ".tar"))
       (sha256
        (base32 "18cvfr2jxwsnsdg9f8wr0g64rkk6q1cc4gchrw76lnnknanidpk7"))))
        (base32 "0yk38fc08fgxwai6dn6da9yykcmq3bd4x7msfnlrg081b15q9a32"))))
    (build-system emacs-build-system)
    ;; emacs-minimal does not include the function font-info.
    (arguments