guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-evil-surround: Update to 1.1.0.


From: guix-commits
Subject: branch master updated: gnu: emacs-evil-surround: Update to 1.1.0.
Date: Mon, 01 Jun 2020 19:10:16 -0400

This is an automated email from the git hooks/post-receive script.

arunisaac pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new cef87bf  gnu: emacs-evil-surround: Update to 1.1.0.
cef87bf is described below

commit cef87bfea8a842d7dcf9a44c2305478fa6cca9b2
Author: Arun Isaac <arunisaac@systemreboot.net>
AuthorDate: Tue Jun 2 04:35:25 2020 +0530

    gnu: emacs-evil-surround: Update to 1.1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.0.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 60469f9..b64a964 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10735,7 +10735,7 @@ pressed simultaneously or a single key quickly pressed 
twice.")
 (define-public emacs-evil-surround
   (package
     (name "emacs-evil-surround")
-    (version "1.0.4")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -10744,7 +10744,7 @@ pressed simultaneously or a single key quickly pressed 
twice.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ajsi6xn8mliwzl24h6pp9rd91z7f20yvkphr9q7k6zpjrd7fb9q"))))
+        (base32 "15v2spg5rhddr97pxjfvxj36sh7knp753a9qpw8v5zjnp65kf2kn"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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