From 5b8bc1fe01918afa61c956ffaa91f9c458180b13 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Dec 2025 10:21:38 +0100 Subject: [PATCH] gnu: emacs-posframe: Update to 1.5.0. * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.5.0. Change-Id: I85631ad26fa8c787b109e0e19cacd72064426856 --- gnu/packages/emacs-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index caeb175e6507911ba880cfa44b5bf8c23960e2b5..7ca64fdf69d3ef6e77afeddd1cc040e719b5b1ba 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -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