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


From: guix-commits
Subject: branch master updated: gnu: emacs-leaf: Update to 4.4.4.
Date: Thu, 18 Mar 2021 12:36:50 -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 bfaeee5  gnu: emacs-leaf: Update to 4.4.4.
bfaeee5 is described below

commit bfaeee56756ae31957fa62a1f2d489172d596d4b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Mar 18 17:35:22 2021 +0100

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