guix-commits
[Top][All Lists]
Advanced

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

05/36: gnu: emacs-with-editor: Update to 2.7.3.


From: Tobias Geerinckx-Rice
Subject: 05/36: gnu: emacs-with-editor: Update to 2.7.3.
Date: Tue, 19 Jun 2018 23:27:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6917161d74bd5141490ce41525a7f54d0c00409e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jun 20 00:49:26 2018 +0200

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



reply via email to

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