diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-01 12:26:32 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2024-05-01 12:26:32 +0200 |
commit | 6cb1f6b6017164e40b0ae16ff6c1df6f59fb0e38 (patch) | |
tree | 1c883f5866824b6a414af1eba69e54d3f50ee579 | |
parent | c06e18c1995f504114fe59868174571493c15336 (diff) | |
download | guix-6cb1f6b6017164e40b0ae16ff6c1df6f59fb0e38.tar.gz guix-6cb1f6b6017164e40b0ae16ff6c1df6f59fb0e38.zip |
gnu: emacs-posframe: Update to 1.4.3.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.4.3.
Change-Id: I806412d1e4115f22443d1d018fde9dfefd315417
-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 9ae218d37d..dd263db1e8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -19498,14 +19498,14 @@ the center of the screen and not at the bottom.") (define-public emacs-posframe (package (name "emacs-posframe") - (version "1.4.2") + (version "1.4.3") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "posframe-" version ".tar")) (sha256 - (base32 "0ca43wgbr0n5ri7cyxjmn7blq59xq43rx9z9q02a2j4yn05w8nss")))) + (base32 "1kw37dhyd6qxj0h2qpzi539jrgc0pj90psf2k58z4jc9199bgsax")))) (build-system emacs-build-system) ;; emacs-minimal does not include the function font-info. (arguments |