guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: emacs-evil-escape: Update to 3.16.


From: guix-commits
Subject: 04/05: gnu: emacs-evil-escape: Update to 3.16.
Date: Thu, 13 Oct 2022 16:20:53 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7047c2b6523d6349783eb5e5dae8e78f758f0ef5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Oct 13 22:00:31 2022 +0200

    gnu: emacs-evil-escape: Update to 3.16.
    
    * gnu/packages/emacs-xyz.scm (emacs-evil-escape): Update to 3.16.
    [source]<origin>: Change upstream repository.
    [home-page]: Apply repository update.
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 244c9c690d..1a5b7a83b1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13419,21 +13419,21 @@ arguments, such as arguments separated by commas and 
semicolons.")
 (define-public emacs-evil-escape
   (package
     (name "emacs-evil-escape")
-    (version "3.14")
+    (version "3.16")
     (source
      (origin
        (method git-fetch)
        (uri
         (git-reference
-         (url "https://github.com/syl20bnr/evil-escape";)
+         (url "https://github.com/emacsorphanage/evil-escape";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0s8lmmm25qabicwaj9jybpbd8mkc62yl7jnhk1lpablydjkv3w2i"))))
+        (base32 "1z30v59igndqzxg9gcx4bsbf5jkh11wp936il8azkrz3qdryaj4a"))))
     (propagated-inputs
      (list emacs-evil))
     (build-system emacs-build-system)
-    (home-page "https://github.com/syl20bnr/evil-escape";)
+    (home-page "https://github.com/emacsorphanage/evil-escape";)
     (synopsis "Escape from insert state and everything else in Emacs")
     (description
      "Evil escape provides a customizable key sequence to escape from insert



reply via email to

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