diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-09-15 10:37:26 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-09-15 10:47:50 +0200 |
commit | b996d0986f01d11f07d35adecee29a34d7aeb7d8 (patch) | |
tree | a31e022ded9859279b7b05cd489d93483c0b1fd1 /gnu | |
parent | f788aef001911d2017d2ca8c674c2ae2bbc981f9 (diff) | |
download | guix-b996d0986f01d11f07d35adecee29a34d7aeb7d8.tar guix-b996d0986f01d11f07d35adecee29a34d7aeb7d8.tar.gz |
gnu: emacs-posframe: Update to 1.4.4.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.4.
Change-Id: I5e7e9ab0a48c6040dac2e42045f3f1689b0ff666
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files 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 |