guix-commits
[Top][All Lists]
Advanced

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

09/30: gnu: emacs-evil-surround: Update to 1.0.4.


From: guix-commits
Subject: 09/30: gnu: emacs-evil-surround: Update to 1.0.4.
Date: Tue, 25 Jun 2019 02:56:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 51c12bf2400844814a1368765cee122d0d2a7995
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 03:34:39 2019 +0200

    gnu: emacs-evil-surround: Update to 1.0.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.0.4.
    [home-page]: Update to https://github.com/emacs-evil/evil-surround.
---
 gnu/packages/emacs-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c71c0f4..986dd12 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -7966,20 +7966,20 @@ pressed simultaneously or a single key quickly pressed 
twice.")
 (define-public emacs-evil-surround
   (package
     (name "emacs-evil-surround")
-    (version "1.0.0")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/timcharper/evil-surround.git";)
-             (commit (string-append "v" version))))
+             (url "https://github.com/emacs-evil/evil-surround";)
+             (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1smv7sqhm1l2bi9fmispnlmjssidblwkmiiycj1n3ag54q27z031"))))
+        (base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))
-    (home-page "https://github.com/timcharper/evil-surround";)
+    (home-page "https://github.com/emacs-evil/evil-surround";)
     (synopsis "Easily modify surrounding parentheses and quotes")
     (description "@code{emacs-evil-surround} allows easy deletion, change and
 addition of surrounding pairs, such as parentheses and quotes, in evil mode.")



reply via email to

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