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.5.5.


From: guix-commits
Subject: branch master updated: gnu: emacs-leaf: Update to 4.5.5.
Date: Thu, 20 Jan 2022 18:29:29 -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 4c2df34c41 gnu: emacs-leaf: Update to 4.5.5.
4c2df34c41 is described below

commit 4c2df34c41251734be70f10148b246515d4d9751
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jan 21 00:28:12 2022 +0100

    gnu: emacs-leaf: Update to 4.5.5.
    
    * gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.5.5.
---
 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 90456d28c7..9432a3f637 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13427,14 +13427,14 @@ performance-oriented and tidy.")
 (define-public emacs-leaf
   (package
     (name "emacs-leaf")
-    (version "4.5.2")
+    (version "4.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "leaf-" version ".tar"))
        (sha256
-        (base32 "0i90shhhkpdcwmfi8zv0008qgmg4g3cqd2yvpycfv9n2axvhag54"))))
+        (base32 "1rdbrf84ijapiqhq72gy8r5xgk54sf0jy31pgd3w4rl1wywh5cas"))))
     (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]