guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-lpy: Update to 076ce9a.


From: guix-commits
Subject: branch master updated: gnu: emacs-lpy: Update to 076ce9a.
Date: Fri, 24 Jun 2022 11:37:39 -0400

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

apteryx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a43c3b1818 gnu: emacs-lpy: Update to 076ce9a.
a43c3b1818 is described below

commit a43c3b1818db4860ec81bf867b1e53b418a0acec
Author: jgart <jgart@dismail.de>
AuthorDate: Tue Mar 29 23:07:39 2022 -0400

    gnu: emacs-lpy: Update to 076ce9a.
    
    * gnu/packages/emacs-xyz.scm (emacs-lpy): Update to 076ce9a.
    
    Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
---
 gnu/packages/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c60bb2b4c2..c6894361df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10100,8 +10100,9 @@ state and will work even without lispy being enabled.")
       (license license:gpl3+))))
 
 (define-public emacs-lpy
-  (let ((commit "43b401fe15f0f0d01edb189378b9498121e9f766")
-        (revision "3"))
+  ;; There is no proper release/tag.
+  (let ((commit "076ce9acb68f6ac1b39127b634a91ffd865d13d8")
+        (revision "4"))
     (package
       (name "emacs-lpy")
       (version (git-version "0.1.0" revision commit))
@@ -10113,7 +10114,7 @@ state and will work even without lispy being enabled.")
                (commit commit)))
          (sha256
           (base32
-           "0xj1r7cn1rivaxhvawvmgx9fg3xilpfw4lkf2x2aqplr4s85ijas"))
+           "10sab50wmr3zn7jgzx93201ymhmacqacn3m2qllsqkfw2gpsi6dn"))
          (file-name (git-file-name name version))))
       (propagated-inputs
        (list emacs-zoutline emacs-lispy))



reply via email to

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