guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-expand-region: Update to 0.11.0.


From: Ricardo Wurmus
Subject: 01/01: gnu: emacs-expand-region: Update to 0.11.0.
Date: Tue, 6 Dec 2016 15:15:34 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 61c71171a2b309e5cb45ba6f1d839dd36be3ea02
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 6 16:08:21 2016 +0100

    gnu: emacs-expand-region: Update to 0.11.0.
    
    * gnu/packages/emacs.scm (emacs-expand-region): Update to 0.11.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 4afe67a..774fc26 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1442,7 +1442,7 @@ mode, which displays information about Elasticsearch 
clusters.")
 (define-public emacs-expand-region
   (package
     (name "emacs-expand-region")
-    (version "0.10.0")
+    (version "0.11.0")
     (source
      (origin
        (method url-fetch)
@@ -1451,7 +1451,7 @@ mode, which displays information about Elasticsearch 
clusters.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1zfiaqyb3zqiyqjkpqsjw660j09805nqsg25q6ars2h8gs0rnvxb"))))
+         "08dy1f411sh9wwww53rjw80idcf3vpki6ba2arl4hl5jcw9651g0"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/magnars/expand-region.el";)
     (synopsis "Increase selected region by semantic units")



reply via email to

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