guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-eacl: Update to 2.2.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-eacl: Update to 2.2.0.
Date: Thu, 16 Dec 2021 07:25:45 -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 615dda2  gnu: emacs-eacl: Update to 2.2.0.
615dda2 is described below

commit 615dda2de492c21ab5255f75f7f57dfe71c558ae
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Dec 16 13:25:04 2021 +0100

    gnu: emacs-eacl: Update to 2.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.2.0.
---
 gnu/packages/emacs-xyz.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 34d9234..cb70c5d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25214,7 +25214,7 @@ with passwords for paths matching regexps.")
 (define-public emacs-eacl
   (package
     (name "emacs-eacl")
-    (version "2.1.0")
+    (version "2.2.0")
     (source
      (origin
        (method git-fetch)
@@ -25223,8 +25223,7 @@ with passwords for paths matching regexps.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "0n1vlzvq5mv7z1yffjjqm9ixd3r0cljr60kg55l9pj9kp72a4iv8"))))
+        (base32 "1d2krw9x1mw6jn1q07nbq2qi92fms85q3i9wa2q5drs3368l55vr"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-ivy))



reply via email to

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