guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-leaf: Update to 4.3.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-leaf: Update to 4.3.2.
Date: Wed, 11 Nov 2020 05:00:56 -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 fbf1b56  gnu: emacs-leaf: Update to 4.3.2.
fbf1b56 is described below

commit fbf1b56d833fd72679668a75aad52f634856828f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 11 10:59:18 2020 +0100

    gnu: emacs-leaf: Update to 4.3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.3.2.
---
 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 d27d397..95e060f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11174,14 +11174,14 @@ performance-oriented and tidy.")
 (define-public emacs-leaf
   (package
     (name "emacs-leaf")
-    (version "4.2.5")
+    (version "4.3.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "leaf-" version ".tar"))
        (sha256
-        (base32 "0y78mp4c2gcwp7dc87wlx3r4hfmap14vvx8gkjc9nkf99qavpnkw"))))
+        (base32 "190sfnnii9jnj8amjkdabd8w9k2xyalhg4h488a5gzjxdzz2s6zi"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/conao3/leaf.el";)
     (synopsis "Simplify your init.el configuration, extended use-package")



reply via email to

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