guix-commits
[Top][All Lists]
Advanced

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

30/30: gnu: emacs-posframe: Update to 0.5.0.


From: guix-commits
Subject: 30/30: gnu: emacs-posframe: Update to 0.5.0.
Date: Tue, 25 Jun 2019 02:56:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b04cc2fd49a4b4bfad3d36b0a49d9beb3b729fce
Author: Brian Leung <address@hidden>
Date:   Tue Jun 25 04:53:04 2019 +0200

    gnu: emacs-posframe: Update to 0.5.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.5.0.
---
 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 f38c843..61fa8c2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7596,7 +7596,7 @@ and cangjie.")
 (define-public emacs-posframe
   (package
     (name "emacs-posframe")
-    (version "0.4.3")
+    (version "0.5.0")
     (source
      (origin
        (method git-fetch)
@@ -7606,7 +7606,7 @@ and cangjie.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0i5xd7x33zmshhkzpsbpcpc8lgvv5vinnl1a07bnp8r1sp4yahm0"))))
+         "1fhjxj7gi2pj5rdnmf0gddiwd8iifgjgjp01c01npz1gwwixyqh3"))))
     (build-system emacs-build-system)
     ;; emacs-minimal does not include the function font-info
     (arguments `(#:emacs ,emacs))



reply via email to

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