[PATCH] gnu: emacs-link-hint: Update to 0.1-4-83cd0489.

  • Done
  • quality assurance status badge
Details
2 participants
  • Aleksandr Vityazev
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Aleksandr Vityazev
Severity
normal

Debbugs page

Aleksandr Vityazev wrote 3 years ago
(address . guix-patches@gnu.org)
87o874hr8d.fsf@posteo.org
Add fix and new feature.

* gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to 0.1-4-83cd0489.
---
gnu/packages/emacs-xyz.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 543ce6303a..e584a14eb0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2517,8 +2517,8 @@ (define-public emacs-dhall-mode

(define-public emacs-link-hint
;; Last release was in 2015.
- (let ((commit "9fbf196d155016d9b8471a99318ed67a086cf257")
- (revision "3"))
+ (let ((commit "83cd0489b16f013647d0507ef20905a0a91db433")
+ (revision "4"))
(package
(name "emacs-link-hint")
(version (git-version "0.1" revision commit))
@@ -2531,7 +2531,7 @@ (define-public emacs-link-hint
(file-name (git-file-name name version))
(sha256
(base32
- "0v2g9gzf2v88ag59q1pf5vhd4qjnz3g4i6gzl27k6fi7pvlxdn39"))))
+ "0kwaia6i0asr7yqcw1anzq6lf93357cc1fphkvp0llbmxizmkzb3"))))
(build-system emacs-build-system)
(propagated-inputs
`(("emacs-avy" ,emacs-avy)))
--
2.33.1



--

Aleksandr Vityazev
Nicolas Goaziou wrote 3 years ago
(name . Aleksandr Vityazev)(address . avityazev@posteo.org)(address . 51552-done@debbugs.gnu.org)
87k0hquw7q.fsf@nicolasgoaziou.fr
Hello,

Aleksandr Vityazev <avityazev@posteo.org> writes:

Toggle quote (5 lines)
> Add fix and new feature.
>
> * gnu/packages/emacs-xyz.scm (emacs-link-hint): Update to
> 0.1-4-83cd0489.

Applied. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 51552@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51552
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help