guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5b8bc1fe01918afa61c956ffaa91f9c458180b13
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 10:21:38 2025 +0100

    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 caeb175e65..7ca64fdf69 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

Reply via email to