guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-ivy-posframe: Fix hash.


From: guix-commits
Subject: branch master updated: gnu: emacs-ivy-posframe: Fix hash.
Date: Wed, 28 Oct 2020 20:42:05 -0400

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

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3791d15  gnu: emacs-ivy-posframe: Fix hash.
3791d15 is described below

commit 3791d1580ab1da8b669cbe2fab5426d5e76ab436
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Thu Oct 29 03:41:05 2020 +0300

    gnu: emacs-ivy-posframe: Fix hash.
    
    This commit follows 622e700bdd09bd466c2c4e3806180b065b9383bc.
    
    * gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Fix hash.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0393cda..03f5fd5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23623,7 +23623,7 @@ interface.")
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "ivy-posframe-" version ".el"))
        (sha256
-        (base32 "1y75avbgk143xs82yqiia7yhh6jjjm22lpmwaq0ysw5mdpazjxfa"))))
+        (base32 "01zc2yj7g4lfz7qblx7k6sg54v0h4w0frnnmsf92lwypfijd2lsj"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)



reply via email to

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