[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: emacs-popup: Update to 0.5.9.
From: |
guix-commits |
Subject: |
02/04: gnu: emacs-popup: Update to 0.5.9. |
Date: |
Thu, 29 Sep 2022 05:43:15 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 97a2f8e48eb7ad14157c4489ed3a6071963b6083
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Sep 29 10:49:02 2022 +0200
gnu: emacs-popup: Update to 0.5.9.
* gnu/packages/emacs-xyz.scm (emacs-popup): Update to 0.5.9.
---
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 63a751541a..d9539bfc3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8238,7 +8238,7 @@ for compilation, debugging, documentation lookup, and so
on.")
(define-public emacs-popup
(package
(name "emacs-popup")
- (version "0.5.8")
+ (version "0.5.9")
(source
(origin
(method git-fetch)
@@ -8247,7 +8247,7 @@ for compilation, debugging, documentation lookup, and so
on.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0qrsz4z9q2bfq9xv4n94mvyslm232v2ql9r1fjycx7rnmpqggiwl"))))
+ (base32 "13ww7hld5pa32myj9krr6prmc99s7hnpsw8mw9krpxffykkblj2f"))))
(build-system emacs-build-system)
(home-page "https://github.com/auto-complete/popup-el")
(synopsis "Visual Popup User Interface for Emacs")