[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
19/32: gnu: emacs-key-chord: Update to 0.7.
From: |
guix-commits |
Subject: |
19/32: gnu: emacs-key-chord: Update to 0.7. |
Date: |
Sun, 17 Mar 2024 18:51:41 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit decde148e195229571768ce47160d665858ee839
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Mar 17 23:02:09 2024 +0100
gnu: emacs-key-chord: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-key-chord): Update to 0.7.
[source]<origin>: Use GIT-FETCH and switch to Emacs Orphanage.
Change-Id: I413f5c7a474d32b0e74f9535306f8d100df3f08f
---
gnu/packages/emacs-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 94205fb704..08163bd595 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -19787,15 +19787,17 @@ a point. The plugin provides visual feedback for
marked regions.")
(define-public emacs-key-chord
(package
(name "emacs-key-chord")
- (version "0.6")
+ (version "0.7")
(source
(origin
- (method url-fetch)
- (uri "https://www.emacswiki.org/emacs/download/key-chord.el")
- (file-name (string-append "key-chord-" version ".el"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/emacsorphanage/key-chord")
+ (commit version)))
+ (file-name (git-file-name name version))
(sha256
(base32
- "03m44pqggfrd53nh9dvpdjgm0rvca34qxmd30hr33hzprzjambxg"))))
+ "0r3zvq1z79csgcq0mgifdakx0z0li3haxk4wxvijwxllfb9kn22g"))))
(build-system emacs-build-system)
(home-page "https://www.emacswiki.org/emacs/key-chord.el")
(synopsis "Map pairs of simultaneously pressed keys to Emacs commands")
- 16/32: gnu: emacs-gptel: Update to 0.8.0., (continued)
- 16/32: gnu: emacs-gptel: Update to 0.8.0., guix-commits, 2024/03/17
- 17/32: gnu: emacs-jinx: Update to 1.4., guix-commits, 2024/03/17
- 23/32: gnu: emacs-org-caldav: Update to 3.1., guix-commits, 2024/03/17
- 15/32: gnu: emacs-git-link: Update to 0.9.1., guix-commits, 2024/03/17
- 04/32: gnu: emacs-cape: Update to 1.4., guix-commits, 2024/03/17
- 14/32: gnu: emacs-fountain-mode: Update to 3.7.2., guix-commits, 2024/03/17
- 20/32: gnu: emacs-mastodon: Update to 1.0.18., guix-commits, 2024/03/17
- 28/32: gnu: emacs-prescient: Update to 6.3., guix-commits, 2024/03/17
- 30/32: gnu: emacs-tablist: Update to 1.1., guix-commits, 2024/03/17
- 10/32: gnu: emacs-ebuild-mode: Update to 1.70., guix-commits, 2024/03/17
- 19/32: gnu: emacs-key-chord: Update to 0.7.,
guix-commits <=
- 24/32: gnu: emacs-org: Update to 9.6.21., guix-commits, 2024/03/17
- 25/32: gnu: emacs-org-ql: Update to 0.8.5., guix-commits, 2024/03/17
- 31/32: gnu: emacs-visual-fill-column: Update to 2.6.2., guix-commits, 2024/03/17
- 27/32: gnu: emacs-pg: Update to 0.30., guix-commits, 2024/03/17
- 32/32: gnu: emacs-yeetube: Update to 2.1.4., guix-commits, 2024/03/17
- 13/32: gnu: emacs-eshell-up: Update to 0.0.4., guix-commits, 2024/03/17
- 18/32: gnu: emacs-json-mode: Update to 1.9.1., guix-commits, 2024/03/17
- 21/32: gnu: emacs-mini-echo: Update to 0.8.0., guix-commits, 2024/03/17
- 22/32: gnu: emacs-modus-themes: Update to 4.4.0., guix-commits, 2024/03/17
- 26/32: gnu: emacs-ox-tufte: Update to 4.1.1., guix-commits, 2024/03/17