guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-with-editor: Update to 2.5.10.


From: Alex Kost
Subject: 01/01: gnu: emacs-with-editor: Update to 2.5.10.
Date: Thu, 2 Feb 2017 09:06:55 +0000 (UTC)

alezost pushed a commit to branch master
in repository guix.

commit 3e27581887d76719eafc2c0a094664ab49efa988
Author: Alex Kost <address@hidden>
Date:   Wed Feb 1 12:52:14 2017 +0300

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



reply via email to

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