ngz pushed a commit to branch master
in repository guix.
commit b996d0986f01d11f07d35adecee29a34d7aeb7d8
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 10:37:26 2024 +0200
gnu: emacs-posframe: Update to 1.4.4.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.4.
Change-Id: I5e7e9ab0a48c6040dac2e42045f3f1689b0ff666
---
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 990b965f51..94c99c3225 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20095,14 +20095,14 @@ the center of the screen and not at the bottom.")
(define-public emacs-posframe
(package
(name "emacs-posframe")
- (version "1.4.3")
+ (version "1.4.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"posframe-" version ".tar"))
(sha256
- (base32 "1kw37dhyd6qxj0h2qpzi539jrgc0pj90psf2k58z4jc9199bgsax"))))
+ (base32 "18cvfr2jxwsnsdg9f8wr0g64rkk6q1cc4gchrw76lnnknanidpk7"))))
(build-system emacs-build-system)
;; emacs-minimal does not include the function font-info.
(arguments