guix-commits
[Top][All Lists]
Advanced

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

03/07: gnu: emacs-with-editor: Update to 2.5.6.


From: Alex Kost
Subject: 03/07: gnu: emacs-with-editor: Update to 2.5.6.
Date: Sat, 8 Oct 2016 18:06:54 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 4a1eafb071d3e77520dac91f60f0e8240e59ccc5
Author: Alex Kost <address@hidden>
Date:   Fri Oct 7 18:22:44 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 3974167..45b0490 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -398,7 +398,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "2.5.2")
+    (version "2.5.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -407,7 +407,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0k57f2wqng7510nzyzgjgbapplia23l3zrphl816nfm4s58sy1ka"))))
+                "14vypqj3wqym5yd0nggfm1xdgq5hv1kwxkg6i8ymlpxcdfxj45w7"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)))



reply via email to

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