[PATCH] gnu: emacs-symbol-overlay: Update to 4.2

  • Done
  • quality assurance status badge
Details
2 participants
  • Zhu Zihao
  • Nicolas Goaziou
Owner
unassigned
Submitted by
Zhu Zihao
Severity
normal
Z
Z
Zhu Zihao wrote on 18 Oct 2020 04:16
(name . guix-patches@gnu.org)(address . guix-patches@gnu.org)
612cf415.671.175397e0883.Coremail.all_but_last@163.com
From a50f9a3ac8e50c0fda0f18ce570e1a6a5f86ca20 Mon Sep 17 00:00:00 2001
From: Zhu Zihao <all_but_last@163.com>
Date: Sun, 18 Oct 2020 10:13:15 +0800
Subject: [PATCH] gnu: emacs-symbol-overlay: Update to 4.2

* gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2
---
gnu/packages/emacs-xyz.scm | 39 +++++++++++++++++++-------------------
1 file changed, 19 insertions(+), 20 deletions(-)

Toggle diff (58 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 233b266be3..a7cc53c9ee 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -81,6 +81,7 @@
;;; Copyright © 2020 Niklas Eklund <niklas.eklund@posteo.net>
;;; Copyright © 2020 Marco Grassi <marco.au.grassi98@protonmail.com>
;;; Copyright © 2020 Tomás Ortín Fernández <tomasortin@mailbox.org>
+;;; Copyright © 2020 Zhu Zihao <all_but_last@163.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -6682,27 +6683,25 @@ regardless of @code{highlight-symbol-idle-delay}.
(license license:gpl2+))))
(define-public emacs-symbol-overlay
- (let ((commit "e40a7c407f24158c45eaa5f54ed41f5e416a51dc")
- (revision "1"))
- (package
- (name "emacs-symbol-overlay")
- (version (git-version "4.1" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/wolray/symbol-overlay")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "0ibz3392d3jw1l8006h9kf8s7bg6vl7jc92bmqc031a433009ic7"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/wolray/symbol-overlay")
- (synopsis "Highlight symbols and perform various search operations on them")
- (description
- "This package provides functions for highlighting and navigating
+ (package
+ (name "emacs-symbol-overlay")
+ (version "4.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/wolray/symbol-overlay")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10n0871xzycifyqp73xnbqmrgy60imlb26yhm3p6vfj3d84mg1b2"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/wolray/symbol-overlay")
+ (synopsis "Highlight symbols and perform various search operations on them")
+ (description
+ "This package provides functions for highlighting and navigating
between symbols.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-hl-todo
(package
--
2.28.0
Attachment: file
N
N
Nicolas Goaziou wrote on 19 Oct 2020 09:46
(name . Zhu Zihao)(address . all_but_last@163.com)(address . 44052-done@debbugs.gnu.org)
877drmacai.fsf@nicolasgoaziou.fr
Hello,

"Zhu Zihao" <all_but_last@163.com> writes:

Toggle quote (7 lines)
> From a50f9a3ac8e50c0fda0f18ce570e1a6a5f86ca20 Mon Sep 17 00:00:00 2001
> From: Zhu Zihao <all_but_last@163.com>
> Date: Sun, 18 Oct 2020 10:13:15 +0800
> Subject: [PATCH] gnu: emacs-symbol-overlay: Update to 4.2
>
> * gnu/packages/emacs-xyz.scm(emacs-symbol-overlay): Update to 4.2

I added a final full stop at the end of the sentences and applied your
patch. Thank you.

Regards,
--
Nicolas Goaziou
Closed
?