guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-posframe: Update to 0.8.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-posframe: Update to 0.8.5.
Date: Mon, 08 Feb 2021 15:53:26 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new fb5db4e  gnu: emacs-posframe: Update to 0.8.5.
fb5db4e is described below

commit fb5db4e3ab17a6ce4abd4500b9c5b9ba70ecb35d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 8 21:52:57 2021 +0100

    gnu: emacs-posframe: Update to 0.8.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.5.
---
 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 a6c95d2..11c5457 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12267,14 +12267,14 @@ and cangjie.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "0.8.4")
+    (version "0.8.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "posframe-" version ".tar"))
        (sha256
-        (base32 "1sn35ibp5y4y80l1xm4b8i94ld953a9gbkk99zqd9mrq9bwjyhdp"))))
+        (base32 "0rls0rsj9clx4wd0gbdi5jzwyslparlf7phib649637gq6gs90ds"))))
     (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]