guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/10: gnu: emacs-posframe: Update to 0.8.2.


From: guix-commits
Subject: 03/10: gnu: emacs-posframe: Update to 0.8.2.
Date: Wed, 28 Oct 2020 17:41:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 945401e029aa554f8fc33b96a1210361cb0b95d4
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 19:48:57 2020 +0100

    gnu: emacs-posframe: Update to 0.8.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 48f5494..1b9c4c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11442,14 +11442,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]