mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
82ab75b6a2
commit
29e2d45b11
1 changed files with 4 additions and 4 deletions
|
@ -9070,19 +9070,19 @@ just provides syntax highlighting.")
|
||||||
(define-public emacs-god-mode
|
(define-public emacs-god-mode
|
||||||
(package
|
(package
|
||||||
(name "emacs-god-mode")
|
(name "emacs-god-mode")
|
||||||
(version "2.17.3")
|
(version "2.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/chrisdone/god-mode")
|
(url "https://github.com/emacsorphanage/god-mode")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wsc04l5j5a9y5439qx85pcchxjnjgcgwbffw3l30q9zlblvc58b"))))
|
"1njln47w25ix9w0xjv02110ngr8d8ma3w7db0x4xcxhihbl65zly"))))
|
||||||
(build-system emacs-build-system)
|
(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")
|
(synopsis "Minor mode for entering commands without modifier keys")
|
||||||
(description
|
(description
|
||||||
"This package provides a global minor mode for entering Emacs commands
|
"This package provides a global minor mode for entering Emacs commands
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue