guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-popup: Update to 0.5.8.


From: guix-commits
Subject: branch master updated: gnu: emacs-popup: Update to 0.5.8.
Date: Tue, 28 Jul 2020 09:52:28 -0400

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 0c121f4  gnu: emacs-popup: Update to 0.5.8.
0c121f4 is described below

commit 0c121f484a5ffaff80449af1cdf420b690cffcdd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 28 15:52:00 2020 +0200

    gnu: emacs-popup: Update to 0.5.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.8.
---
 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 3cfdddd..c0014f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5335,7 +5335,7 @@ for compilation, debugging, documentation lookup, and so 
on.")
 (define-public emacs-popup
   (package
     (name "emacs-popup")
-    (version "0.5.3")
+    (version "0.5.8")
     (source
      (origin
        (method git-fetch)
@@ -5344,7 +5344,7 @@ for compilation, debugging, documentation lookup, and so 
on.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1y538siabcf1n00wr4iz5gbxfndw661kx2mn9w1g4lg7yi4n0h0h"))))
+        (base32 "0qrsz4z9q2bfq9xv4n94mvyslm232v2ql9r1fjycx7rnmpqggiwl"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/auto-complete/popup-el";)
     (synopsis "Visual Popup User Interface for Emacs")



reply via email to

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