guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: emacs-with-editor: Update to 2.5.6.


From: Alex Kost
Subject: 02/05: gnu: emacs-with-editor: Update to 2.5.6.
Date: Sun, 4 Dec 2016 14:44:25 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit c44ec4a8b401a41ac1d9c089ba573b3ae5437d66
Author: Alex Kost <address@hidden>
Date:   Sun Nov 27 21:58:45 2016 +0300

    gnu: emacs-with-editor: Update to 2.5.6.
    
    * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.5.6.
---
 gnu/packages/emacs.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 6c835a4..6936f7d 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -426,7 +426,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "2.5.6")
+    (version "2.5.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -435,7 +435,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "14vypqj3wqym5yd0nggfm1xdgq5hv1kwxkg6i8ymlpxcdfxj45w7"))))
+                "1dghd0m5zwayv553g4cr990s4ig5lyh0b52qfdv5rbqnndpj3cjn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)))



reply via email to

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