guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: emacs-evil-surround: Update to 1.1.1.


From: guix-commits
Subject: 04/10: gnu: emacs-evil-surround: Update to 1.1.1.
Date: Wed, 28 Oct 2020 17:41:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7417036f0d257a29948e26efb36b7477d5457605
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Wed Oct 28 18:17:17 2020 +0100

    gnu: emacs-evil-surround: Update to 1.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-surround): Update to 1.1.1.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 1b9c4c2..a82ae79 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -11848,7 +11848,7 @@ pressed simultaneously or a single key quickly pressed 
twice.")
 (define-public emacs-evil-surround
   (package
     (name "emacs-evil-surround")
-    (version "1.1.0")
+    (version "1.1.1")
     (source
      (origin
        (method git-fetch)
@@ -11857,7 +11857,7 @@ pressed simultaneously or a single key quickly pressed 
twice.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15v2spg5rhddr97pxjfvxj36sh7knp753a9qpw8v5zjnp65kf2kn"))))
+        (base32 "1gfgmr4909m36gknprcam6q4rkcqfbi6w43ky7x6jnlmgb6mxggg"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-evil" ,emacs-evil)))



reply via email to

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