guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: emacs-god-mode: Update to 2.18.0.


From: guix-commits
Subject: 03/05: gnu: emacs-god-mode: Update to 2.18.0.
Date: Thu, 22 Dec 2022 17:33:06 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 29e2d45b11017e44a52dd00b2f0d9f727347250d
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Dec 22 12:45:07 2022 +0800

    gnu: emacs-god-mode: Update to 2.18.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-god-mode): Update to 2.18.0.
    [source,home-page]: Changed URL.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 e87500a65f..33c6a0a1b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9070,19 +9070,19 @@ just provides syntax highlighting.")
 (define-public emacs-god-mode
   (package
     (name "emacs-god-mode")
-    (version "2.17.3")
+    (version "2.18.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/chrisdone/god-mode";)
+             (url "https://github.com/emacsorphanage/god-mode";)
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1wsc04l5j5a9y5439qx85pcchxjnjgcgwbffw3l30q9zlblvc58b"))))
+         "1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly"))))
     (build-system emacs-build-system)
-    (home-page "https://github.com/chrisdone/god-mode";)
+    (home-page "https://github.com/emacsorphanage/god-mode";)
     (synopsis "Minor mode for entering commands without modifier keys")
     (description
      "This package provides a global minor mode for entering Emacs commands



reply via email to

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