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


From: guix-commits
Subject: branch master updated: gnu: emacs-leaf: Update to 4.4.8.
Date: Sat, 05 Jun 2021 09:53:19 -0400

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 fb41cc6  gnu: emacs-leaf: Update to 4.4.8.
fb41cc6 is described below

commit fb41cc6c41378a37d84362e133e3e2066be05fe8
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 5 15:52:52 2021 +0200

    gnu: emacs-leaf: Update to 4.4.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-leaf): Update to 4.4.8.
---
 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 cf59578..d18770f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12949,14 +12949,14 @@ performance-oriented and tidy.")
 (define-public emacs-leaf
   (package
     (name "emacs-leaf")
-    (version "4.4.4")
+    (version "4.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://elpa.gnu.org/packages/";
                            "leaf-" version ".tar"))
        (sha256
-        (base32 "1npg06zmy21kg2qsqgfm03l7vjib697i96awypcdb0hw5mvmc1a1"))))
+        (base32 "0h0ksmgrhn29ci6z8y54dbbzcqlvfs1ra0kmf226gz0dqzk45vb3"))))
     (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]