guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-function-args: Fix hash.


From: guix-commits
Subject: branch master updated: gnu: emacs-function-args: Fix hash.
Date: Tue, 06 Dec 2022 06:58:14 -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 4413512293 gnu: emacs-function-args: Fix hash.
4413512293 is described below

commit 44135122930c8175c6a7a1b4af5b3604bbf73bf6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 6 12:53:59 2022 +0100

    gnu: emacs-function-args: Fix hash.
    
    * gnu/packages/emacs-xyz.scm (emacs-function-args)[source]: 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 09b640e795..454f676013 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11170,7 +11170,7 @@ state and will work even without lispy being enabled.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1vxrjy6k030hcbclblgcaaw7h6k17kl3n9zla08527525c0gma01"))))
+           "1j92ll2afvcp891fxra3sawxg000cs3ra01wxksiil2dg5zpzzkn"))))
       (build-system emacs-build-system)
       (propagated-inputs (list emacs-ivy))
       (home-page "https://github.com/abo-abo/function-args";)



reply via email to

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