diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-09 20:36:22 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-10-10 17:55:18 +0200 |
commit | 1933a3cb7ff7bf37cfbad6b5a87e6782e7a7f675 (patch) | |
tree | 91a13ef9454ea6dd600d726332810f2afe7ed53b | |
parent | 5f856c595479c30d9ccdb0063c9124248fdcf5c2 (diff) | |
download | guix-1933a3cb7ff7bf37cfbad6b5a87e6782e7a7f675.tar.gz |
gnu: emacs-posframe: Update to 1.1.8.
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.8.
-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 8134a19d56..d8a21fd41f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -15872,14 +15872,14 @@ the center of the screen and not at the bottom.") (define-public emacs-posframe (package (name "emacs-posframe") - (version "1.1.7") + (version "1.1.8") (source (origin (method url-fetch) (uri (string-append "https://elpa.gnu.org/packages/" "posframe-" version ".tar")) (sha256 - (base32 "13i2wxx079gfq0vbq0iwmsig5b7x4aspd1q02yqc79846f1dsx4w")))) + (base32 "0560f05c2rh6jkdba4yq9qbazfz6qbdrymqm5zcihvz7cy019dzm")))) (build-system emacs-build-system) ;; emacs-minimal does not include the function font-info. (arguments |