guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: emacs-eacl: Update to 2.0.4.


From: guix-commits
Subject: 02/02: gnu: emacs-eacl: Update to 2.0.4.
Date: Thu, 18 Feb 2021 09:57:38 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit ff4b952325fef5e1b7f1550ce10617d76e684c63
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Feb 18 15:57:17 2021 +0100

    gnu: emacs-eacl: Update to 2.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-eacl): Update to 2.0.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 c19ba65..6f7990c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23147,7 +23147,7 @@ with passwords for paths matching regexps.")
 (define-public emacs-eacl
   (package
     (name "emacs-eacl")
-    (version "2.0.1")
+    (version "2.0.4")
     (source
      (origin
        (method git-fetch)
@@ -23157,7 +23157,7 @@ with passwords for paths matching regexps.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0ksn11sm3g1ja5lpjz3hrzzw8b480mfcb3q589m52qjgvvn5iyfv"))))
+         "0fxb2lv4cqdjxarqhzjgfc43sncc1c6m96n0aflm8l4gdmm090kq"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-ivy" ,emacs-ivy)))



reply via email to

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