guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-lpy: Fix hash.


From: guix-commits
Subject: branch master updated: gnu: emacs-lpy: Fix hash.
Date: Tue, 06 Dec 2022 09:03:10 -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 b94724e8b2 gnu: emacs-lpy: Fix hash.
b94724e8b2 is described below

commit b94724e8b2102be0fe9d19e9dfe44d6f7101bd4b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Dec 6 15:01:54 2022 +0100

    gnu: emacs-lpy: Fix hash.
    
    * gnu/packages/emacs-xyz.scm (emacs-lpy)[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 454f676013..0d11c59b48 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11196,7 +11196,7 @@ the C/C++ function at point.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "1j92ll2afvcp891fxra3sawxg000cs3ra01wxksiil2dg5zpzzkn"))))
+           "18kx2mfmxy8s8csnp0iaiirl2z9baicq9f2w7rxlgkxww5511v7d"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-function-args emacs-lispy emacs-zoutline))



reply via email to

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