guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-iedit: Update to 0.9.9.9.


From: Arun Isaac
Subject: 04/05: gnu: emacs-iedit: Update to 0.9.9.9.
Date: Mon, 12 Jun 2017 15:42:26 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit f9f77a9ef0eddcf6db2e20a3dbc3c06980565645
Author: Kyle Meyer <address@hidden>
Date:   Sat Jun 10 23:29:19 2017 -0400

    gnu: emacs-iedit: Update to 0.9.9.9.
    
    * gnu/packages/emacs.scm (emacs-iedit): Update to 0.9.9.9.
    
    Signed-off-by: Arun Isaac <address@hidden>
---
 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 15b23ee..c22a207 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -2780,7 +2780,7 @@ highlighted.  Pressing that character will switch to that 
window.")
 (define-public emacs-iedit
   (package
     (name "emacs-iedit")
-    (version "0.9.9")
+    (version "0.9.9.9")
     (source
      (origin
        (method url-fetch)
@@ -2789,7 +2789,7 @@ highlighted.  Pressing that character will switch to that 
window.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "00v86zllcsivmiibigbr91qij2zdf1lr9db8z8again1sn63wkdj"))))
+         "1hv8q6pr85ss9g3158l1fqv3m62vsq8rslsi86jicr2dcxyascr0"))))
     (build-system emacs-build-system)
     (home-page "http://www.emacswiki.org/emacs/Iedit";)
     (synopsis "Edit multiple regions in the same way simultaneously")



reply via email to

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