guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: emacs-with-editor: Update to 2.7.0.


From: Alex Kost
Subject: 02/03: gnu: emacs-with-editor: Update to 2.7.0.
Date: Fri, 13 Oct 2017 12:53:48 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit dca0718c292096464da881511ce3bdb3eed40b19
Author: Alex Kost <address@hidden>
Date:   Wed Oct 11 20:22:13 2017 +0300

    gnu: emacs-with-editor: Update to 2.7.0.
    
    * gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.0.
---
 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 47aebc4..dd141c5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -382,7 +382,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
 (define-public emacs-with-editor
   (package
     (name "emacs-with-editor")
-    (version "2.5.10")
+    (version "2.7.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -391,7 +391,7 @@ configuration files, such as .gitattributes, .gitignore, 
and .git/config.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0lsxa1hghybkzvqhqvvym3hxbyp9vjcnnpb9j800z0vyhbnlka67"))))
+                "0kah7pv211zx9fsb5g4hd51bqcq2bxd1chdykd488ihvfz1l5y14"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-dash" ,emacs-dash)))



reply via email to

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