[PATCH] gnu: emacs-posframe: Update to 0.8.2.

  • Done
  • quality assurance status badge
Details
2 participants
  • Nicolas Goaziou
  • Michael Rohleder
Owner
unassigned
Submitted by
Michael Rohleder
Severity
normal
M
M
Michael Rohleder wrote on 28 Oct 2020 19:48
(address . guix-patches@gnu.org)(name . Michael Rohleder)(address . mike@rohleder.de)
20201028184857.14467-1-mike@rohleder.de
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 49420b2b20..841c07f646 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11437,14 +11437,14 @@ and cangjie.")
(define-public emacs-posframe
(package
(name "emacs-posframe")
- (version "0.8.1")
+ (version "0.8.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/"
"posframe-" version ".el"))
(sha256
- (base32 "01s9lc1liaxfpnfw183a320blp7cv6qg8gh2r22w4wkzi1yrcbb7"))))
+ (base32 "1yrk2bnlx5bpkjkzqialf0q4bdp9c5pipnvj3zsb5hbjni24x0yb"))))
(build-system emacs-build-system)
;; emacs-minimal does not include the function font-info.
(arguments
--
2.29.1
N
N
Nicolas Goaziou wrote on 28 Oct 2020 22:45
(name . Michael Rohleder)(address . mike@rohleder.de)(address . 44290-done@debbugs.gnu.org)
87y2jqm3du.fsf@nicolasgoaziou.fr
Hello,

Michael Rohleder <mike@rohleder.de> writes:

Toggle quote (2 lines)
> * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?