Archived
1
0
Fork 0

gnu: emacs-idle-highlight: Update to 1.1.4-0.f9091c9.

* 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.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Ahmad Draidi 2023-07-21 18:44:31 +04:00 committed by Liliana Marie Prikler
parent e3796567ec
commit ce6a84a55e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -17323,27 +17323,31 @@ is the primary mode of interaction.")
(license (list license:gpl3+ (license (list license:gpl3+
license:fdl1.3+)))) ; GFDLv1.3+ for the manual 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 (define-public emacs-idle-highlight
(let ((commit "f9091c907d41e7b12d99d108a194229b8dbfc5ae")
(revision "0"))
(package (package
(name "emacs-idle-highlight") (name "emacs-idle-highlight")
(version "1.1.3") (version (git-version "1.1.4" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/nonsequitur/idle-highlight-mode") (url "https://codeberg.org/ideasman42/emacs-idle-highlight-mode")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0x4w1ksrw7dicl84zpf4d4scg672dyan9g95jkn6zvri0lr8xciv")))) (base32 "0757x4iy7q0mj1rshlxr00hbc78g5hzijgzyqs36nrw6bn65fb93"))))
(build-system emacs-build-system) (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") (synopsis "Highlights all occurrences of the word the point is on")
(description (description
"This Emacs package provides @code{idle-highlight-mode} that sets "This Emacs package provides @code{idle-highlight-mode} that sets
an idle timer to highlight all occurrences in the buffer of the word under an idle timer to highlight all occurrences in the buffer of the word under
the point.") the point.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-ox-twbs (define-public emacs-ox-twbs
(package (package