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.2.


From: Alex Kost
Subject: 02/03: gnu: emacs-with-editor: Update to 2.7.2.
Date: Thu, 26 Apr 2018 16:04:15 -0400 (EDT)

alezost pushed a commit to branch master
in repository guix.

commit cec021d16a38672875ae5622f3e921efc5aac447
Author: Alex Kost <address@hidden>
Date:   Wed Apr 25 19:18:18 2018 +0300

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



reply via email to

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