[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#64771] [PATCH 01/12] gnu: emacs-idle-highlight: Update to 1.1.4-0.f
From: |
Ahmad Draidi |
Subject: |
[bug#64771] [PATCH 01/12] gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9. |
Date: |
Fri, 21 Jul 2023 18:44:31 +0400 |
* gnu/packages/emacs-xyz.scm (emacs-idle-highlight): Update to
1.1.4-0.f9091c9.
[version, source]: Switch to commit.
[url, home-page]: Use new maintainer's URL.
---
gnu/packages/emacs-xyz.scm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 550e5d2a65..6fcee172bb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17179,27 +17179,31 @@ (define-public emacs-lin
(license (list license:gpl3+
license:fdl1.3+)))) ; GFDLv1.3+ for the manual
+;; Package has no releases or tags. Version is extracted from "Version:"
+;; keyword in main file.
(define-public emacs-idle-highlight
+ (let ((commit "f9091c907d41e7b12d99d108a194229b8dbfc5ae")
+ (revision "0"))
(package
(name "emacs-idle-highlight")
- (version "1.1.3")
+ (version (git-version "1.1.4" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/nonsequitur/idle-highlight-mode")
- (commit version)))
+ (url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
- (base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv"))))
+ (base32 "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
(build-system emacs-build-system)
- (home-page "https://www.emacswiki.org/emacs/IdleHighlight")
+ (home-page "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
(synopsis "Highlights all occurrences of the word the point is on")
(description
"This Emacs package provides @code{idle-highlight-mode} that sets
an idle timer to highlight all occurrences in the buffer of the word under
the point.")
- (license license:gpl3+)))
+ (license license:gpl3+))))
(define-public emacs-ox-twbs
(package
--
2.41.0
- [bug#64771] [PATCH 00/12] Add and update a bunch of Emacs packages, Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 03/12] gnu: Add emacs-nerd-icons., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 05/12] gnu: Add emacs-nerd-icons-dired., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 02/12] gnu: emacs-idle-highlight: Restyle format., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 08/12] gnu: Add emacs-treemacs-nerd-icons., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 07/12] gnu: Add emacs-nerd-icons-ivy-rich., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 01/12] gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9.,
Ahmad Draidi <=
- [bug#64771] [PATCH 10/12] gnu: emacs-base16-theme: Update to 3.1., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 12/12] gnu: Add emacs-dired-preview., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 04/12] gnu: Add emacs-nerd-icons-completion., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 06/12] gnu: Add emacs-nerd-icons-ibuffer., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 11/12] gnu: Add emacs-chocolate-theme., Ahmad Draidi, 2023/07/21
- [bug#64771] [PATCH 09/12] gnu: Add emacs-rebecca-theme., Ahmad Draidi, 2023/07/21